add `engines` property to package.json
This commit is contained in:
parent
56cb3ffa9a
commit
ce76edf8a5
|
@ -76,5 +76,8 @@
|
|||
"commander": "~2.1.0",
|
||||
"browser-pack": "~2.0.1"
|
||||
},
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=0.10"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue