This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
Moved to 4.5.1--snapshot
flowchartTest
Alex de Mulder
9 years ago
parent
58f0da3921
commit
6c89cbdb0e
3 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bower.json
+2
-0
misc/how_to_publish.md
+1
-1
package.json
+ 1
- 1
bower.json
View File
@ -1,6 +1,6 @@
{
"name"
:
"vis"
,
"version"
:
"4.5.
0
"
,
"version"
:
"4.5.
1--snapshot
"
,
"main"
:
[
"dist/vis.min.js"
,
"dist/vis.min.css"
]
,
"description"
:
"A dynamic, browser-based visualization library."
,
"homepage"
:
"http://visjs.org/"
,
+ 2
- 0
misc/how_to_publish.md
View File
@ -76,6 +76,8 @@ This generates the vis.js library in the folder `./dist`.
- Update the library version number in the index.html page.
- Update the CDN links, regardless if they are online or not.
- Commit the changes in the
`gh-pages`
branch.
+ 1
- 1
package.json
View File
@ -1,6 +1,6 @@
{
"name"
:
"vis"
,
"version"
:
"4.5.
0
"
,
"version"
:
"4.5.
1--snapshot
"
,
"description"
:
"A dynamic, browser-based visualization library."
,
"homepage"
:
"http://visjs.org/"
,
"license"
:
"(Apache-2.0 OR MIT)"
,
Write
Preview
Loading…
Cancel
Save