[Pkg-javascript-commits] [node-sha.js] 157/237: move buffer and typedarray into devdeps
Bastien Roucariès
rouca at moszumanska.debian.org
Fri May 5 09:03:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-sha.js.
commit 68797f971f55bcf53014e13d9b83adcc0e113ea0
Author: Dominic Tarr <dominic.tarr at gmail.com>
Date: Tue Sep 16 15:32:46 2014 +0300
move buffer and typedarray into devdeps
---
package.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index a1222b6..2baa24f 100644
--- a/package.json
+++ b/package.json
@@ -8,11 +8,11 @@
"url": "git://github.com/dominictarr/sha.js.git"
},
"dependencies": {
- "buffer": "~2.3.2",
- "global": "^4.2.1",
- "typedarray": "0.0.6"
+ "global": "^4.2.1"
},
"devDependencies": {
+ "buffer": "~2.3.2",
+ "typedarray": "0.0.6",
"tape": "~2.3.2"
},
"bin": "./bin.js",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-sha.js.git
More information about the Pkg-javascript-commits
mailing list