Added acorn_csp to .gitignore and fixed generation under Windows.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
/node_modules
|
||||
/.tern-port
|
||||
/acorn_csp.js
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"url": "http://marijnhaverbeke.nl/acorn/LICENSE"}],
|
||||
"scripts": {
|
||||
"test": "node test/run.js",
|
||||
"prepublish": "bin/without_eval > acorn_csp.js"
|
||||
"prepublish": "node bin/without_eval > acorn_csp.js"
|
||||
},
|
||||
"bin": {"acorn": "./bin/acorn"},
|
||||
"devDependencies": {"regenerate": "~0.6.2",
|
||||
|
||||
Reference in New Issue
Block a user