You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-06-30 22:16:39 -04:00
chore(package): add node>=4.0 support(ci)
This commit is contained in:
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
* text=auto
|
@ -6,3 +6,4 @@ node_js:
|
||||
- '6'
|
||||
- '5'
|
||||
- '4'
|
||||
- '4.0'
|
||||
|
@ -23,7 +23,7 @@
|
||||
"mocha": "2.5.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=5.0.0"
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "eslint:recommended",
|
||||
|
Reference in New Issue
Block a user