Added acorn_csp to .gitignore and fixed generation under Windows.

This commit is contained in:
Ingvar Stepanyan 2015-01-23 15:39:49 +02:00
parent 2e9180f041
commit 08b34933d7
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/node_modules
/.tern-port
/acorn_csp.js

View File

@ -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",