Skip to content

Commit d9cdaa7

Browse files
committed
swig is no longer node 0.4 compatible
1 parent 1b9fc54 commit d9cdaa7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
language: node_js
22
node_js:
3-
- 0.4
43
- 0.6

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"main": "index",
2424
"engines": {
25-
"node": ">= 0.4.1 <0.7.0"
25+
"node": "~0.6"
2626
},
2727
"scripts": {
2828
"prepublish": "npm prune",

0 commit comments

Comments
 (0)