[Pkg-javascript-commits] [node-expat] 312/371: Update `nan`
Jonas Smedegaard
dr at jones.dk
Sun Feb 28 10:00:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-expat.
commit 2c91beebf85b831d520e1a2b41419d298b263f85
Author: Lloyd Watkin <lloyd at evilprofessor.co.uk>
Date: Sun Feb 15 19:06:56 2015 +0000
Update `nan`
---
package.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/package.json b/package.json
index 1f7655d..f676256 100644
--- a/package.json
+++ b/package.json
@@ -15,13 +15,13 @@
"test": "vows --spec ./test/**/*.js"
},
"dependencies": {
- "bindings": "~1.2.1",
+ "bindings": "^1.2.1",
"debug": "~2.1.0",
- "nan": "~1.4.1"
+ "iconv": "^2.1.5",
+ "nan": "^1.6.2"
},
"devDependencies": {
- "vows": ">=0.5.12",
- "iconv": "~2.1.0"
+ "vows": ">=0.5.12"
},
"repository": {
"type": "git",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git
More information about the Pkg-javascript-commits
mailing list