Browse Source

Update bower.json

Included the "main" property as bower is moaning about it's absence.

see -> https://github.com/bower/bower.json-spec#main
v3_develop
synthomat 10 years ago
parent
commit
7fa051931e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      bower.json

+ 1
- 0
bower.json View File

@ -1,6 +1,7 @@
{
"name": "vis",
"version": "3.2.0",
"main": "dist/vis.js",
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",
"repository": {

Loading…
Cancel
Save