add minimal npm version
This commit is contained in:
parent
b2641630c6
commit
1c83c66a11
|
@ -6,6 +6,11 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "gulp copy-assets"
|
"postinstall": "gulp copy-assets"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"engines" : {
|
||||||
|
"npm" : ">=2.1.8"
|
||||||
|
},
|
||||||
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/holger1411/understrap.git"
|
"url": "https://github.com/holger1411/understrap.git"
|
||||||
|
|
Reference in New Issue