[Pkg-javascript-commits] [node-browser-unpack] 33/40: accidentally tape as a dep
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 9 12:27:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-browser-unpack.
commit 05826a4e68b8a8d6013000c502439d5da8148d70
Author: James Halliday <mail at substack.net>
Date: Sun Jul 19 01:57:42 2015 -0700
accidentally tape as a dep
---
package.json | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index a4ac824..95b0d57 100644
--- a/package.json
+++ b/package.json
@@ -10,12 +10,11 @@
"acorn": "^2.1.0",
"browser-pack": "^5.0.1",
"concat-stream": "^1.5.0",
- "minimist": "0.0.5",
- "tape": "^4.0.1"
+ "minimist": "^1.1.1"
},
"devDependencies": {
"browser-pack": "~2.0.0",
- "tape": "~1.0.4"
+ "tape": "^4.0.1"
},
"scripts": {
"test": "tape test/*.js"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browser-unpack.git
More information about the Pkg-javascript-commits
mailing list