Skip to content

Commit 8c2c768

Browse files
authored
Merge pull request #2 from cskeppstedt/support-node-4
Run tests on node 4
2 parents c8924ed + ba75a7b commit 8c2c768

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
3+
- '4'
34
- '5'
45
- '6'
56
deploy:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/cskeppstedt/json-post-process-webpack-plugin.git"
2121
},
2222
"engines": {
23-
"node": ">=6.9.2"
23+
"node": ">=4.3.2"
2424
},
2525
"keywords": [],
2626
"author": "Christoffer Skeppstedt <[email protected]> (https://github.com/cskeppstedt/)",

0 commit comments

Comments
 (0)