We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8924ed + ba75a7b commit 8c2c768Copy full SHA for 8c2c768
.travis.yml
@@ -1,5 +1,6 @@
1
language: node_js
2
node_js:
3
+- '4'
4
- '5'
5
- '6'
6
deploy:
package.json
@@ -20,7 +20,7 @@
20
"url": "https://github.com/cskeppstedt/json-post-process-webpack-plugin.git"
21
},
22
"engines": {
23
- "node": ">=6.9.2"
+ "node": ">=4.3.2"
24
25
"keywords": [],
26
"author": "Christoffer Skeppstedt <[email protected]> (https://github.com/cskeppstedt/)",
0 commit comments