Merge branch 'Release-v0.0.1' into development
This commit is contained in:
commit
bd0c9e4aa5
4 changed files with 16 additions and 6 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
# Next Release
|
# Next Release
|
||||||
|
|
||||||
|
# v0.0.1
|
||||||
|
|
||||||
* Added Travis Testing
|
* Added Travis Testing
|
||||||
* Improved Logo and Favicon
|
* Improved Logo and Favicon
|
||||||
* Added loading Spinner
|
* Added loading Spinner
|
||||||
|
|
|
@ -35,6 +35,15 @@ npm install
|
||||||
The app defaults to using the development server. For other options, see
|
The app defaults to using the development server. For other options, see
|
||||||
`src/environments/environments.ts`
|
`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
|
# Old README
|
||||||
|
|
||||||
This is the old README with some minor tips on getting started, and more reading.
|
This is the old README with some minor tips on getting started, and more reading.
|
||||||
|
|
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