Added acorn_csp to .gitignore and fixed generation under Windows.
This commit is contained in:
parent
2e9180f041
commit
08b34933d7
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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user