Browse Source

Removed version number from bower.json, it's not used by bower and can be found in package.json

codeClimate
jos 8 years ago
parent
commit
ecca6d8efb
2 changed files with 1 additions and 2 deletions
  1. +0
    -1
      bower.json
  2. +1
    -1
      misc/how_to_publish.md

+ 0
- 1
bower.json View File

@ -1,6 +1,5 @@
{
"name": "vis",
"version": "4.12.1-SNAPSHOT",
"main": ["dist/vis.min.js", "dist/vis.min.css"],
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",

+ 1
- 1
misc/how_to_publish.md View File

@ -5,7 +5,7 @@ This document describes how to publish vis.js.
## Build
- Change the version number of the library in both `package.json` and `bower.json`.
- Change the version number of the library in `package.json`.
- Open `HISTORY.md`, write down the changes, version number, and release date.
- Build the library by running:

Loading…
Cancel
Save