Add a prepublish step to package.json
This commit is contained in:
@@ -12,7 +12,10 @@
|
||||
"url": "http://marijnhaverbeke.nl/git/acorn"},
|
||||
"licenses": [{"type": "MIT",
|
||||
"url": "http://marijnhaverbeke.nl/acorn/LICENSE"}],
|
||||
"scripts": {"test": "node test/run.js"},
|
||||
"scripts": {
|
||||
"test": "node test/run.js",
|
||||
"prepublish": "bin/without_eval > acorn_csp.js"
|
||||
},
|
||||
"bin": {"acorn": "./bin/acorn"},
|
||||
"devDependencies": {"regenerate": "~0.6.2",
|
||||
"unicode-7.0.0": "~0.1.5"}
|
||||
|
||||
Reference in New Issue
Block a user