diff --git a/package.json b/package.json index 9060ba9..5d4b0aa 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "docs": "./node_modules/.bin/jsdoc -c ./gulp/util/jsdoc.conf.json" }, "devDependencies": { + "brfs": "^1.2.0", "browserify": "^8.0.2", "chai": "^1.10.0", "del": "^1.1.0", @@ -46,5 +47,10 @@ }, "dependencies": { "webgl-enabled": "^1.0.2" + }, + "browserify": { + "transform": [ + "brfs" + ] } }