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:
parent
2db9dfc3dd
commit
bd5a7a42a0
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ironic-ui",
|
||||
"version": "1.0.0",
|
||||
"version": "0.0.0",
|
||||
"description": "Horizon plugin for OpenStack Ironic.",
|
||||
"scripts": {
|
||||
"lint": "eslint ./"
|
||||
|
Loading…
Reference in New Issue
Block a user