[Pkg-javascript-commits] [sockjs-client] 260/350: Move debug from devDependencies to dependencies
tonnerre at ancient-solutions.com
tonnerre at ancient-solutions.com
Fri Aug 5 01:04:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.
commit 778a10cfcd976c83df6e4e697de5a2b8cc42bdc2
Author: Luigi Pinca <luigipinca at gmail.com>
Date: Sat Nov 8 16:46:38 2014 +0100
Move debug from devDependencies to dependencies
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index d7a46de..6ad4de5 100644
--- a/package.json
+++ b/package.json
@@ -24,6 +24,7 @@
}
],
"dependencies": {
+ "debug": "^2.1.0",
"eventsource": "^0.1.3",
"faye-websocket": "~0.7.3",
"inherits": "^2.0.1",
@@ -32,7 +33,6 @@
},
"devDependencies": {
"browserify": "^6.1.0",
- "debug": "^2.1.0",
"envify": "~3.0.0",
"expect.js": "~0.3.1",
"gulp": "^3.8.8",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list