Setup octavia-dashboard for Queens release

This patch updates the package.json version number and updates some
package.json parameters.

Change-Id: I5a0b590536bef7d7d7044e8787d22f8a92b9d13d
This commit is contained in:
Michael Johnson 2018-01-24 15:49:54 -08:00
parent 6407785f3c
commit 77bc889b1d

View File

@ -1,9 +1,18 @@
{
"version": "1.0.0b1",
"version": "1.0.0",
"private": true,
"name": "octavia-dashboard",
"description": "Octavia Dashboard",
"repository": "none",
"homepage": "https://docs.openstack.org/octavia-dashboard/latest/",
"keywords": [
"OpenStack",
"octavia",
"octavia-dashboard",
"load-balancer"],
"repository": {
"type": "git",
"url": "https://git.openstack.org/openstack/octavia-dashboard"},
"bugs": "https://storyboard.openstack.org/#!/project/909",
"license": "Apache 2.0",
"devDependencies": {
"eslint": "1.10.3",