[Pkg-javascript-commits] [node-detective] 111/119: Update to Acorn v3 and tap v5. Closes GH-52
Bastien Roucariès
rouca at moszumanska.debian.org
Wed Sep 6 09:44:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-detective.
commit 73156eae2a2c73577d1d03e4c5dad499b73f66c6
Author: deathcap <deathcap at gmx.co.uk>
Date: Sat Apr 23 21:26:59 2016 -0700
Update to Acorn v3 and tap v5. Closes GH-52
---
package.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index e2ddf18..5adfde1 100644
--- a/package.json
+++ b/package.json
@@ -17,11 +17,11 @@
"test": "tap test/*.js"
},
"dependencies": {
- "acorn": "^1.0.3",
+ "acorn": "^3.1.0",
"defined": "^1.0.0"
},
"devDependencies": {
- "tap": "^1.0.0"
+ "tap": "^5.7.1"
},
"license": "MIT",
"author": {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-detective.git
More information about the Pkg-javascript-commits
mailing list