From bd5a7a42a0e187bb5a5ea32950dfb3ce31e953db Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Thu, 25 May 2017 13:16:37 +0000 Subject: [PATCH] Remove explicit package version If memory serves, version is required, however other openstack components that have a package.json do not have a version. As such, we likely should not since versioning should be based upon the tags in the git repository. Change-Id: I8166807a44c8260313c3741949584a7abcc8a5b3 Closes-Bug: #1693505 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef927a78..afb7e4d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ironic-ui", - "version": "1.0.0", + "version": "0.0.0", "description": "Horizon plugin for OpenStack Ironic.", "scripts": { "lint": "eslint ./"