1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-13 01:45:29 -04:00

chore(package): add node>=4.0 support(ci)

This commit is contained in:
satoshun00
2016-05-31 03:29:18 +09:00
parent 277aca1d3e
commit 510ed7103c
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
* text=auto
+1
View File
@@ -6,3 +6,4 @@ node_js:
- '6'
- '5'
- '4'
- '4.0'
+1 -1
View File
@@ -23,7 +23,7 @@
"mocha": "2.5.3"
},
"engines": {
"node": ">=5.0.0"
"node": ">=4.0.0"
},
"eslintConfig": {
"extends": "eslint:recommended",