Browse Source

Point node.js "main" file to the built ./dist/vis.min.js` (see #1180)

webworkersNetwork
jos 9 years ago
parent
commit
ad0916b378
5 changed files with 1421 additions and 1338 deletions
  1. +1404
    -1321
      dist/vis.js
  2. +1
    -1
      dist/vis.map
  3. +14
    -14
      dist/vis.min.js
  4. +1
    -1
      package.json
  5. +1
    -1
      test/timeline_groups.html

+ 1404
- 1321
dist/vis.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/vis.map
File diff suppressed because it is too large
View File


+ 14
- 14
dist/vis.min.js
File diff suppressed because it is too large
View File


+ 1
- 1
package.json View File

@ -21,7 +21,7 @@
"network",
"browser"
],
"main": "./index",
"main": "./dist/vis.min.js",
"scripts": {
"test": "mocha",
"build": "gulp",

+ 1
- 1
test/timeline_groups.html View File

@ -221,7 +221,7 @@
var logs = document.getElementById('logs');
logs.innerHTML = msg + '<br>' + logs.innerHTML;
}
alert(1)
</script>
<div id="logs"></div>
</body>

Loading…
Cancel
Save