Skip to content

Commit a98ed4c

Browse files
author
Mahir Shah
committed
Move start script to npm prepublish
1 parent b6db61b commit a98ed4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "css-property-parser",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Validate css properties and expand shorthand css properties",
55
"keywords": [
66
"css"
77
],
88
"bugs": "https://github.com/mahirshah/css-property-parser/issues",
99
"main": "src/index.js",
1010
"scripts": {
11-
"install": "npm start",
11+
"prepublish": "npm start",
1212
"test": "./node_modules/.bin/mocha --reporter spec --recursive",
1313
"start": "mkdir -p formatted-data src/grammars/generated/json && node ./node_modules/nearley/bin/nearleyc.js ./src/grammars/nearley/formalSyntax.ne > ./src/grammars/js/formalSyntax.js && node ./src/scripts/updateBasicDataUnits.js && node ./src/scripts/formatData.js && node ./src/scripts/formatFormalSyntaxes.js && node ./src/scripts/formatGrammars.js",
1414
"clean": "rm -rf src/grammars/generated",

0 commit comments

Comments
 (0)