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
(cherry picked from commit bd5a7a42a0)
This commit is contained in:
Julia Kreger 2017-05-25 13:16:37 +00:00
parent 565fc3f278
commit 93b9054d21
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ironic-ui",
"version": "1.0.0",
"version": "0.0.0",
"description": "Horizon plugin for OpenStack Ironic.",
"scripts": {
"lint": "eslint ./"