Update package.json to be correct
This commit is contained in:
parent
9cea3b4a3a
commit
a659fd9d08
1 changed files with 5 additions and 6 deletions
11
package.json
11
package.json
|
@ -1,11 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "coreui-angular",
|
"name": "localloop-web",
|
||||||
"version": "1.0.0-alpha.5",
|
"version": "0.0.1",
|
||||||
"description": "Open Source Bootstrap Admin Template",
|
"description": "LocalLoop Web - Web interface for LocalLoop app",
|
||||||
"author": "",
|
"author": "",
|
||||||
"url": "http://coreui.io",
|
"url": "http://www.peartrade.org",
|
||||||
"copyright": "Copyright 2017 creativeLabs Łukasz Holeczek",
|
"copyright": "Copyright 2017 Pear Trading Ltd",
|
||||||
"license": "MIT",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
|
|
Reference in a new issue