From ecca6d8efbdb5d253826fe00985ee66ab84a8d83 Mon Sep 17 00:00:00 2001 From: jos Date: Mon, 1 Feb 2016 12:11:01 +0100 Subject: [PATCH] Removed version number from bower.json, it's not used by bower and can be found in package.json --- bower.json | 1 - misc/how_to_publish.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bower.json b/bower.json index a2d6e760..7da02ad8 100644 --- a/bower.json +++ b/bower.json @@ -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/", diff --git a/misc/how_to_publish.md b/misc/how_to_publish.md index 10da7093..38492d76 100644 --- a/misc/how_to_publish.md +++ b/misc/how_to_publish.md @@ -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: