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
Released version 3.6.2
v3_develop
v3.6.2
jos
10 years ago
parent
191bb159ea
commit
9906a074a0
5 changed files
with
5 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bower.json
+1
-1
dist/vis.js
+1
-1
dist/vis.min.js
+1
-0
misc/how_to_publish.md
+1
-1
package.json
+ 1
- 1
bower.json
View File
@ -1,6 +1,6 @@
{
"name"
:
"vis"
,
"version"
:
"3.6.2
-SNAPSHOT
"
,
"version"
:
"3.6.2"
,
"main"
:
[
"dist/vis.min.js"
,
"dist/vis.min.css"
]
,
"description"
:
"A dynamic, browser-based visualization library."
,
"homepage"
:
"http://visjs.org/"
,
+ 1
- 1
dist/vis.js
View File
@ -4,7 +4,7 @@
*
*
A
dynamic
,
browser
-
based
visualization
library
.
*
*
@
version
3.6
.2
-
SNAPSHOT
*
@
version
3.6
.2
*
@
date
2014
-
10
-
24
*
*
@
license
+ 1
- 1
dist/vis.min.js
View File
@ -4,7 +4,7 @@
*
*
A
dynamic
,
browser
-
based
visualization
library
.
*
*
@
version
3.6
.2
-
SNAPSHOT
*
@
version
3.6
.2
*
@
date
2014
-
10
-
24
*
*
@
license
+ 1
- 0
misc/how_to_publish.md
View File
@ -9,6 +9,7 @@ This document describes how to publish vis.js.
- Open
`HISTORY.md`
, write down the changes, version number, and release date.
- Build the library by running:
npm prune
npm update
npm run build
+ 1
- 1
package.json
View File
@ -1,6 +1,6 @@
{
"name"
:
"vis"
,
"version"
:
"3.6.2
-SNAPSHOT
"
,
"version"
:
"3.6.2"
,
"description"
:
"A dynamic, browser-based visualization library."
,
"homepage"
:
"http://visjs.org/"
,
"repository"
:
{
Write
Preview
Loading…
Cancel
Save