Add explicit engine to package.json Resolves GH-60
This commit is contained in:
parent
fcd77d7dd8
commit
dcb00fc634
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
||||||
"postinstall": "curl http://code.jquery.com/jquery-1.11.0.min.js > ./test/lib/jquery-1.11.0.min.js",
|
"postinstall": "curl http://code.jquery.com/jquery-1.11.0.min.js > ./test/lib/jquery-1.11.0.min.js",
|
||||||
"test": "make test"
|
"test": "make test"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=0.10"
|
||||||
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jasmine-jquery": "~1.3.3",
|
"jasmine-jquery": "~1.3.3",
|
||||||
|
|
Reference in a new issue