diff --git a/bower.json b/bower.json index fc4af9f6..62594f91 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "main": ["dist/vis.min.js", "dist/vis.min.css"], "description": "A dynamic, browser-based visualization library.", "homepage": "http://visjs.org/", - "license": "(Apache-2.0 OR MIT)", + "license": ["Apache-2.0", "MIT"], "repository": { "type": "git", "url": "git://github.com/almende/vis.git" diff --git a/package.json b/package.json index 4abd5125..e6d2b990 100644 --- a/package.json +++ b/package.json @@ -52,5 +52,8 @@ "uglify-js": "^2.4.20", "webpack": "^1.8.5", "yargs": "^3.7.2" + }, + "browserify": { + "transform": ["babelify"] } }