Add Node.js >= 0.12 requirements in package.json
This commit is contained in:
parent
74a9cdc532
commit
b65600f92c
|
@ -24,5 +24,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"protobufjs": "^5.0.1",
|
"protobufjs": "^5.0.1",
|
||||||
"uuid": "^2.0.1"
|
"uuid": "^2.0.1"
|
||||||
}
|
},
|
||||||
|
"engines": { "node": ">=0.12" },
|
||||||
|
"engineStrict": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user