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
|
||||
|
||||
# v0.0.1
|
||||
|
||||
* Added Travis Testing
|
||||
* Improved Logo and Favicon
|
||||
* Added loading Spinner
|
||||
|
|
|
@ -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.
|
||||
|
|
11
package.json
11
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",
|
||||
|
|
Reference in a new issue