Skip to content

Commit 4d6962d

Browse files
committed
change the npm scripts
1 parent d5e9999 commit 4d6962d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "react-native-fadeview-wrapper",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"author": "Ali Saeedifar <[email protected]>",
55
"description": "A handy fadeview component for the react native",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
88
"scripts": {
9-
"install": "npm run build",
9+
"prepare": "npm run build",
1010
"build": "rm -rf lib && tsc",
1111
"test": "echo \"Error: no test specified\" && exit 1"
1212
},

0 commit comments

Comments
 (0)