[Pkg-javascript-commits] [node-keygrip] 57/68: drop support for node 0.8
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Fri Jun 27 22:13:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to branch master
in repository node-keygrip.
commit 71df3df32feec76ed9288d764bc4bd4fc475ba11
Author: Jonathan Ong <jonathanrichardong at gmail.com>
Date: Sat May 17 16:07:53 2014 -0700
drop support for node 0.8
it doesn’t support crypto.getCiphers() and crypto.getHashes(). adding
support is just a matter if making the relevant tests optional.
---
.travis.yml | 4 ++--
package.json | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 895dbd3..05d299e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
language: node_js
node_js:
- - 0.6
- - 0.8
+ - "0.10"
+ - "0.11"
diff --git a/package.json b/package.json
index 3adea1a..90c5870 100644
--- a/package.json
+++ b/package.json
@@ -11,5 +11,8 @@
},
"devDependencies": {
"mocha": "1"
+ },
+ "engines": {
+ "node": ">= 0.10"
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-keygrip.git
More information about the Pkg-javascript-commits
mailing list