[Pkg-javascript-commits] [node-acorn-jsx] 419/484: Added acorn_csp to .gitignore and fixed generation under Windows.
Bastien Roucariès
rouca at moszumanska.debian.org
Sat Aug 19 14:21:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-acorn-jsx.
commit 08b34933d7608470bbbb62a291fb515e4759e197
Author: Ingvar Stepanyan <me at rreverser.com>
Date: Fri Jan 23 15:39:49 2015 +0200
Added acorn_csp to .gitignore and fixed generation under Windows.
---
.gitignore | 1 +
package.json | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 7a9d2aa..088a673 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/node_modules
/.tern-port
+/acorn_csp.js
diff --git a/package.json b/package.json
index e8d244e..63412ab 100644
--- a/package.json
+++ b/package.json
@@ -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",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-acorn-jsx.git
More information about the Pkg-javascript-commits
mailing list