Skip to content

Commit 8bc9fa0

Browse files
committed
Make the node version explicit
1 parent 69cf0a2 commit 8bc9fa0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v4.1.0

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
"bugs": {
2929
"url": "https://github.com/mixi-inc/JavaScriptTraining/issues"
3030
},
31+
"engines": {
32+
"node": "~4.1.0"
33+
},
3134
"homepage": "https://github.com/mixi-inc/JavaScriptTraining",
3235
"devDependencies": {
3336
"body-parser": "1.14.0",

0 commit comments

Comments
 (0)