Browse Source

Merge branch 'develop' into develop_fit

flowchartTest
jos 9 years ago
parent
commit
654cec34f4
2 changed files with 4 additions and 1 deletions
  1. +1
    -1
      bower.json
  2. +3
    -0
      package.json

+ 1
- 1
bower.json View File

@ -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"

+ 3
- 0
package.json View File

@ -52,5 +52,8 @@
"uglify-js": "^2.4.20",
"webpack": "^1.8.5",
"yargs": "^3.7.2"
},
"browserify": {
"transform": ["babelify"]
}
}

Loading…
Cancel
Save