Skip to content

Commit 84c1969

Browse files
committed
Update version number, add prepublish script
1 parent 3253be3 commit 84c1969

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "css-to-react-native",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {
77
"build-grammar": "nearleyc src/grammar.ne -o src/grammar.js",
88
"build": "npm run build-grammar; babel src --ignore test.js --out-dir dist",
9-
"test": "npm run build-grammar; jest"
9+
"test": "npm run build-grammar; jest",
10+
"prepublish": "npm run build"
1011
},
1112
"repository": {
1213
"type": "git",

0 commit comments

Comments
 (0)