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
This commit is contained in:
Julia Kreger 2017-05-25 13:16:37 +00:00
parent 2db9dfc3dd
commit bd5a7a42a0

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 ./"