2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

package.json: engines: Require Node.js >= 4 (#20141)

Refs #17652
This commit is contained in:
Chris Rebert
2016-06-19 22:09:29 -07:00
committed by GitHub
parent ac1ea8c26c
commit 143eca3ba9
+1 -1
View File
@@ -70,7 +70,7 @@
"time-grunt": "^1.2.1" "time-grunt": "^1.2.1"
}, },
"engines": { "engines": {
"node": ">=0.10.1" "node": ">=4"
}, },
"files": [ "files": [
"dist", "dist",