Makes browserify a dev dependency.

This commit is contained in:
George Politis 2015-09-15 20:24:31 -05:00
parent 2740041a82
commit e3adafa44e
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
BROWSERIFY = browserify
BROWSERIFY = ./node_modules/.bin/browserify
DEPLOY_DIR = libs
GLOBAL_FLAGS = -x jquery -e
NPM = npm

View File

@ -29,7 +29,8 @@
},
"devDependencies": {
"precommit-hook": "3.0.0",
"uglify-js": "2.4.24"
"uglify-js": "2.4.24",
"browserify": "11.1.x"
},
"license": "Apache-2.0",
"scripts": {