[Pkg-javascript-commits] [ltx] 48/469: node-xmpp 0.0.4
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 13:00:58 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 7728a1a4ad8ff99051998bb3d303ccca6fd48353
Author: Astro <astro at spaceboyz.net>
Date: Thu Aug 5 13:56:53 2010 +0200
node-xmpp 0.0.4
---
README.markdown | 1 -
package.json | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.markdown b/README.markdown
index ca25856..b26db74 100644
--- a/README.markdown
+++ b/README.markdown
@@ -37,7 +37,6 @@ Objectives of *node-xmpp:*
## Dependencies
-* [node-base64](http://github.com/brainfucker/node-base64)
* [node-expat](http://github.com/astro/node-expat)
diff --git a/package.json b/package.json
index 9293f4e..6de73bb 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,9 @@
{ "name": "node-xmpp"
-,"version": "0.0.3"
+,"version": "0.0.4"
,"main": "./lib/xmpp"
,"description": "Idiomatic XMPP client & component library for node.js"
,"author": "Stephan Maka"
-,"dependencies": {"node-base64": "0.0.1", "node-expat": ""}
+,"dependencies": {"node-expat": "1.1.0"}
,"repositories": [{ "type": "git"
,"path": "git://github.com/astro/node-xmpp.git"
}]
--
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