We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3253be3 commit 84c1969Copy full SHA for 84c1969
package.json
@@ -1,12 +1,13 @@
1
{
2
"name": "css-to-react-native",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "",
5
"main": "dist/index.js",
6
"scripts": {
7
"build-grammar": "nearleyc src/grammar.ne -o src/grammar.js",
8
"build": "npm run build-grammar; babel src --ignore test.js --out-dir dist",
9
- "test": "npm run build-grammar; jest"
+ "test": "npm run build-grammar; jest",
10
+ "prepublish": "npm run build"
11
},
12
"repository": {
13
"type": "git",
0 commit comments