[Pkg-javascript-commits] [ltx] 41/469: package.json: fix dependencies
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 13:00:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository ltx.
commit 9b63ada2eddc6c27a3a387f3db2ce940ae768523
Author: Astro <astro at spaceboyz.net>
Date: Sun Jul 4 23:13:34 2010 +0200
package.json: fix dependencies
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index ba4eef7..f99364c 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,6 @@
,"main": "./lib/xmpp"
,"description": "CommonJS module for XMPP connections."
,"author": "Stephan Maka"
-,"dependencies": ["node-base64 at 0.0.1", "node-expat"]
+,"dependencies": {"node-base64": "0.0.1", "node-expat": ""}
,"contributors": ["Derek Hammer"]
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git
More information about the Pkg-javascript-commits
mailing list