Skip to content

Commit

Permalink
chore(3.0.0): version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Apr 28, 2017
1 parent 772aff8 commit 9315cd1
Show file tree
Hide file tree
Showing 49 changed files with 8,433 additions and 1,696 deletions.
13 changes: 0 additions & 13 deletions .editorconfig

This file was deleted.

3 changes: 0 additions & 3 deletions .npmignore

This file was deleted.

3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

34 changes: 0 additions & 34 deletions CHANGELOG.md

This file was deleted.

21 changes: 21 additions & 0 deletions LICENCE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2015-2017 Jan Kuri

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
42 changes: 42 additions & 0 deletions dist/dll-bundles-state.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"core-js": {
"bundle": "polyfills",
"version": "2.4.1"
},
"zone.js": {
"bundle": "polyfills",
"version": "0.8.8"
},
"@angular/platform-browser": {
"bundle": "vendor",
"version": "4.0.3"
},
"@angular/platform-browser-dynamic": {
"bundle": "vendor",
"version": "4.0.3"
},
"@angular/core": {
"bundle": "vendor",
"version": "4.0.3"
},
"@angular/common": {
"bundle": "vendor",
"version": "4.0.3"
},
"@angular/forms": {
"bundle": "vendor",
"version": "4.0.3"
},
"@angular/http": {
"bundle": "vendor",
"version": "4.0.3"
},
"@angular/router": {
"bundle": "vendor",
"version": "4.0.3"
},
"rxjs": {
"bundle": "vendor",
"version": "5.3.0"
}
}
Loading

0 comments on commit 9315cd1

Please sign in to comment.