diff --git a/package.json b/package.json index 0dda144..5885c54 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" @@ -65,4 +65,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}