Add post install hook to package.json as to remove unnecessary manual jQuery install step
This commit is contained in:
parent
189153e2a0
commit
fcd77d7dd8
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
"description": "HTML 5 based Scratch project player",
|
"description": "HTML 5 based Scratch project player",
|
||||||
"repository": "https://github.com/LLK/scratch-html5",
|
"repository": "https://github.com/LLK/scratch-html5",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"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"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
|
|
Reference in a new issue