Update repo path in package.json and shrinkwrap

Change-Id: Ib8d5893bcaef8925c74abd7e6ba6b15141edf1b1
Implements: blueprint separate-fuel-ui-repo
This commit is contained in:
Vitaly Kramskikh 2016-03-01 19:21:00 +07:00
parent 545ab1298a
commit 2c044d1ca6
2 changed files with 3 additions and 3 deletions

2
npm-shrinkwrap.json generated
View File

@ -1,5 +1,5 @@
{
"name": "fuel-web",
"name": "fuel-ui",
"version": "0.0.1",
"dependencies": {
"autoprefixer": {

View File

@ -1,10 +1,10 @@
{
"name": "fuel-web",
"name": "fuel-ui",
"version": "0.0.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/openstack/fuel-web.git"
"url": "https://github.com/openstack/fuel-ui.git"
},
"engines": {
"node": ">=0.10.0"