Add post install hook to package.json as to remove unnecessary manual jQuery install step

This commit is contained in:
Andrew Sliwinski 2014-04-09 01:19:34 -07:00
parent 189153e2a0
commit fcd77d7dd8

View file

@ -3,6 +3,7 @@
"description": "HTML 5 based Scratch project player",
"repository": "https://github.com/LLK/scratch-html5",
"scripts": {
"postinstall": "curl http://code.jquery.com/jquery-1.11.0.min.js > ./test/lib/jquery-1.11.0.min.js",
"test": "make test"
},
"dependencies": {},