Makes browserify a dev dependency.
This commit is contained in:
parent
2740041a82
commit
e3adafa44e
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
|||||||
BROWSERIFY = browserify
|
BROWSERIFY = ./node_modules/.bin/browserify
|
||||||
DEPLOY_DIR = libs
|
DEPLOY_DIR = libs
|
||||||
GLOBAL_FLAGS = -x jquery -e
|
GLOBAL_FLAGS = -x jquery -e
|
||||||
NPM = npm
|
NPM = npm
|
||||||
|
|||||||
@ -29,7 +29,8 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"precommit-hook": "3.0.0",
|
"precommit-hook": "3.0.0",
|
||||||
"uglify-js": "2.4.24"
|
"uglify-js": "2.4.24",
|
||||||
|
"browserify": "11.1.x"
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user