Skip to content

Commit a0a1d75

Browse files
committed
1.0.1
1 parent d536354 commit a0a1d75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/progress-view",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "React Native Progress View iOS Library",
55
"keywords": [
66
"ProgressViewIOS",
@@ -25,14 +25,14 @@
2525
"index.d.ts"
2626
],
2727
"main": "index.js",
28-
"types":"index.d.ts",
28+
"types": "index.d.ts",
2929
"scripts": {
3030
"flow": "flow",
3131
"lint": "eslint .",
3232
"run:ios": "node node_modules/react-native/local-cli/cli.js run-ios --project-path \"./example/ios\"",
3333
"start": "node node_modules/react-native/local-cli/cli.js start --projectRoot example --watchFolders $PWD",
3434
"test": "jest",
35-
"type-check":"tsc --noEmit"
35+
"type-check": "tsc --noEmit"
3636
},
3737
"jest": {
3838
"preset": "react-native"
@@ -65,4 +65,4 @@
6565
"publishConfig": {
6666
"access": "public"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)