Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Naturalclar committed Jan 28, 2020
1 parent d536354 commit a0a1d75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/progress-view",
"version": "1.0.0",
"version": "1.0.1",
"description": "React Native Progress View iOS Library",
"keywords": [
"ProgressViewIOS",
Expand All @@ -25,14 +25,14 @@
"index.d.ts"
],
"main": "index.js",
"types":"index.d.ts",
"types": "index.d.ts",
"scripts": {
"flow": "flow",
"lint": "eslint .",
"run:ios": "node node_modules/react-native/local-cli/cli.js run-ios --project-path \"./example/ios\"",
"start": "node node_modules/react-native/local-cli/cli.js start --projectRoot example --watchFolders $PWD",
"test": "jest",
"type-check":"tsc --noEmit"
"type-check": "tsc --noEmit"
},
"jest": {
"preset": "react-native"
Expand Down Expand Up @@ -65,4 +65,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit a0a1d75

Please sign in to comment.