[Pkg-javascript-commits] [node-astw] 11/30: drop esprima-six
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 e530de33a0fb3c3aab19474bd6ae3f2c95f54aab
Author: James Halliday <mail at substack.net>
Date: Tue Mar 4 17:35:45 2014 -0800
drop esprima-six
---
index.js | 2 +-
package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/index.js b/index.js
index e55ab13..4d71a1f 100644
--- a/index.js
+++ b/index.js
@@ -1,4 +1,4 @@
-var parse = require('esprima-six').parse;
+var parse = require('esprima').parse;
module.exports = function (src) {
var ast = typeof src === 'string' ? parse(src) : src;
diff --git a/package.json b/package.json
index 0066196..3067d72 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,10 @@
{
"name": "astw",
- "version": "0.1.0",
+ "version": "1.0.0",
"description": "walk the ast with references to parent nodes",
"main": "index.js",
"dependencies": {
- "esprima-six": "0.0.3"
+ "esprima": "1.0.4"
},
"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