Skip to content

Commit fa1c55a

Browse files
committed
使用するNode.jsのバージョン指定を修正
1 parent 550963e commit fa1c55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"time-grunt": "~0.3.1"
8585
},
8686
"engines": {
87-
"node": ">=0.12.0"
87+
"node": "~=0.12.0"
8888
},
8989
"scripts": {
9090
"start": "node server/app.js",

0 commit comments

Comments
 (0)