Browse Source

Merge remote-tracking branch 'origin/develop' into develop

flowchartTest
Alex de Mulder 9 years ago
parent
commit
4d819203ed
3 changed files with 3 additions and 1 deletions
  1. +1
    -1
      README.md
  2. +1
    -0
      bower.json
  3. +1
    -0
      package.json

+ 1
- 1
README.md View File

@ -258,7 +258,7 @@ Install the application dependencies via npm:
The application can be bundled and minified:
browserify app.js -o app-bundle.js
browserify app.js -o app-bundle.js -t babelify
uglifyjs app-bundle.js -o app-bundle.min.js
And loaded into a webpage:

+ 1
- 0
bower.json View File

@ -4,6 +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", "MIT"],
"repository": {
"type": "git",
"url": "git://github.com/almende/vis.git"

+ 1
- 0
package.json View File

@ -3,6 +3,7 @@
"version": "4.0.1-SNAPSHOT",
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",
"license": ["Apache-2.0", "MIT"],
"repository": {
"type": "git",
"url": "git://github.com/almende/vis.git"

Loading…
Cancel
Save