[Pkg-javascript-commits] [node-astw] 17/30: 1.3.0
Bastien Roucariès
rouca at moszumanska.debian.org
Tue Sep 26 12:55: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-astw.
commit 6aa962f39fb28de20e2ef44102a086f3dcdb4bb2
Author: James Halliday <mail at substack.net>
Date: Sat Mar 14 16:14:39 2015 -0700
1.3.0
---
index.js | 2 +-
package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/index.js b/index.js
index 07409f4..6947081 100644
--- a/index.js
+++ b/index.js
@@ -1,4 +1,4 @@
-var parse = require('esprima-fb').parse;
+var parse = require('esprima').parse;
module.exports = function (src) {
var ast = src;
diff --git a/package.json b/package.json
index 2243214..5a005ee 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,10 @@
{
"name": "astw",
- "version": "1.2.0",
+ "version": "1.3.0",
"description": "walk the ast with references to parent nodes",
"main": "index.js",
"dependencies": {
- "esprima-fb": "3001.1.0-dev-harmony-fb"
+ "esprima": "^2.1.0"
},
"devDependencies": {
"tape": "~2.4.1",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-astw.git
More information about the Pkg-javascript-commits
mailing list