From e3adafa44e4f33fe963248d2e05be490a2a03664 Mon Sep 17 00:00:00 2001 From: George Politis Date: Tue, 15 Sep 2015 20:24:31 -0500 Subject: [PATCH] Makes browserify a dev dependency. --- Makefile | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f67b70ecb..e3c7794c9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BROWSERIFY = browserify +BROWSERIFY = ./node_modules/.bin/browserify DEPLOY_DIR = libs GLOBAL_FLAGS = -x jquery -e NPM = npm diff --git a/package.json b/package.json index 00a7cfc44..fd6432326 100644 --- a/package.json +++ b/package.json @@ -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": {