[Pkg-javascript-commits] [node-syntax-error] 25/47: using acorn
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Aug 25 19:30:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-syntax-error.
commit 09d4c9b6ecd2393084af8236979635a2d32bd4e8
Author: James Halliday <mail at substack.net>
Date: Mon Nov 17 01:09:33 2014 +0100
using acorn
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index ded340c..728532b 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "detect and report syntax errors in source code strings",
"main": "index.js",
"dependencies": {
- "esprima-fb": "3001.1.0-dev-harmony-fb"
+ "acorn": "~0.9.0"
},
"devDependencies": {
"tape": "~2.4.1"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-syntax-error.git
More information about the Pkg-javascript-commits
mailing list