[Pkg-javascript-commits] [node-expat] 308/371: Upgrade `nan`, test on nodejs 0.12

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 b75ce3ee9d35ede1e2e6dd50b58ab0622be544d4
Author: Lloyd Watkin <lloyd.watkin at surevine.com>
Date:   Mon Feb 9 14:40:25 2015 +0000

    Upgrade `nan`, test on nodejs 0.12
---
 .travis.yml  | 2 +-
 package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7c1f710..4ab8c55 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: node_js
 node_js:
   - 0.8
   - "0.10"
-  - "0.11"
+  - "0.12"
 before_install:
   # Workaround for a permissions issue with Travis virtual machine images
   # that breaks Python's multiprocessing:
diff --git a/package.json b/package.json
index d527554..5f204c7 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
   "dependencies": {
     "bindings": "~1.2.1",
     "debug": "~2.1.0",
-    "nan": "~1.5.3"
+    "nan": "^1.6.2"
   },
   "devDependencies": {
     "vows": ">=0.5.12",

-- 
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