Skip to content

Commit 66aea25

Browse files
committed
node 0.10 as minimal version
1 parent be3d0e3 commit 66aea25

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3+
- "0.12"
34
- "0.10"
4-
- "0.8"
55
before_script:
66
- npm install -g yo generator-jquery-boilerplate

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"jquery",
1515
"yeoman"
1616
],
17+
"engines": {
18+
"node": ">= 0.10.0"
19+
},
1720
"author": {
1821
"name": "Zeno Rocha",
1922
"email": "[email protected]"

0 commit comments

Comments
 (0)