diff --git a/CHANGELOG.md b/CHANGELOG.md index fcbc9b7..1849098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ # Next Release +# v0.0.1 + * Added Travis Testing * Improved Logo and Favicon * Added loading Spinner diff --git a/LICENSE b/LICENSE.MIT similarity index 100% rename from LICENSE rename to LICENSE.MIT diff --git a/README.md b/README.md index f3baf98..4b16e59 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,15 @@ npm install The app defaults to using the development server. For other options, see `src/environments/environments.ts` +## Licences + +### CoreUI + +The interface itself is based off of [CoreUI][core-ui] which is MIT Licenced. +For information, see [MIT Licence](./LICENCE.MIT) included in this repo. + +[core-ui]: http://coreui.io + # Old README This is the old README with some minor tips on getting started, and more reading. diff --git a/package.json b/package.json index d9b90a9..9c56d35 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,10 @@ { - "name": "coreui-angular", - "version": "1.0.0-alpha.5", - "description": "Open Source Bootstrap Admin Template", + "name": "localloop-web", + "version": "0.0.1", + "description": "LocalLoop Web - Web interface for LocalLoop app", "author": "", - "url": "http://coreui.io", - "copyright": "Copyright 2017 creativeLabs Ɓukasz Holeczek", - "license": "MIT", + "url": "http://www.peartrade.org", + "copyright": "Copyright 2017 Pear Trading Ltd", "scripts": { "ng": "ng", "start": "ng serve",