diff --git a/Makefile b/Makefile index 52fbe836b..241725f0c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BROWSERIFY = browserify +BROWSERIFY = ./node_modules/.bin/browserify GLOBAL_FLAGS = OUTPUT_DIR = . DEPLOY_DIR = ../../jitsi-meet diff --git a/package.json b/package.json index 6232e4193..db458a0da 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,8 @@ "es6-promise": "*" }, "devDependencies": { + "browserify": "11.1.x", + "browserify-shim": "^3.8.10" }, "license": "Apache" }