chore: v.2.0.2 + standard MIT licenses property (#2559)
This commit is contained in:
parent
8710eb052d
commit
61b13c13ec
|
@ -22,7 +22,12 @@
|
|||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"repository": {}
|
||||
|
|
|
@ -10,21 +10,26 @@
|
|||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@angular/common": "~2.0.1",
|
||||
"@angular/compiler": "~2.0.1",
|
||||
"@angular/compiler-cli": "~0.6.3",
|
||||
"@angular/core": "~2.0.1",
|
||||
"@angular/forms": "~2.0.1",
|
||||
"@angular/http": "~2.0.1",
|
||||
"@angular/platform-browser": "~2.0.1",
|
||||
"@angular/platform-browser-dynamic": "~2.0.1",
|
||||
"@angular/platform-server": "~2.0.1",
|
||||
"@angular/router": "~3.0.1",
|
||||
"@angular/upgrade": "~2.0.1",
|
||||
"@angular/common": "~2.0.2",
|
||||
"@angular/compiler": "~2.0.2",
|
||||
"@angular/compiler-cli": "~0.6.4",
|
||||
"@angular/core": "~2.0.2",
|
||||
"@angular/forms": "~2.0.2",
|
||||
"@angular/http": "~2.0.2",
|
||||
"@angular/platform-browser": "~2.0.2",
|
||||
"@angular/platform-browser-dynamic": "~2.0.2",
|
||||
"@angular/platform-server": "~2.0.2",
|
||||
"@angular/router": "~3.0.2",
|
||||
"@angular/upgrade": "~2.0.2",
|
||||
|
||||
"angular-in-memory-web-api": "~0.1.1",
|
||||
"angular-in-memory-web-api": "~0.1.5",
|
||||
"bootstrap": "^3.3.7",
|
||||
"core-js": "^2.4.1",
|
||||
"protractor": "^4.0.9",
|
||||
|
|
|
@ -5,7 +5,12 @@
|
|||
"start": "npm run lite",
|
||||
"lite": "lite-server"
|
||||
},
|
||||
"license": "ISC",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@angular/common": "~2.0.1",
|
||||
"@angular/compiler": "~2.0.1",
|
||||
|
|
|
@ -9,19 +9,24 @@
|
|||
"tsc:w": "tsc -w",
|
||||
"typings": "typings"
|
||||
},
|
||||
"license": "ISC",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@angular/common": "~2.0.1",
|
||||
"@angular/compiler": "~2.0.1",
|
||||
"@angular/core": "~2.0.1",
|
||||
"@angular/forms": "~2.0.1",
|
||||
"@angular/http": "~2.0.1",
|
||||
"@angular/platform-browser": "~2.0.1",
|
||||
"@angular/platform-browser-dynamic": "~2.0.1",
|
||||
"@angular/router": "~3.0.1",
|
||||
"@angular/upgrade": "~2.0.1",
|
||||
"@angular/common": "~2.0.2",
|
||||
"@angular/compiler": "~2.0.2",
|
||||
"@angular/core": "~2.0.2",
|
||||
"@angular/forms": "~2.0.2",
|
||||
"@angular/http": "~2.0.2",
|
||||
"@angular/platform-browser": "~2.0.2",
|
||||
"@angular/platform-browser-dynamic": "~2.0.2",
|
||||
"@angular/router": "~3.0.2",
|
||||
"@angular/upgrade": "~2.0.2",
|
||||
|
||||
"angular-in-memory-web-api": "~0.1.1",
|
||||
"angular-in-memory-web-api": "~0.1.5",
|
||||
"bootstrap": "^3.3.7",
|
||||
"core-js": "^2.4.1",
|
||||
"reflect-metadata": "^0.1.8",
|
||||
|
|
|
@ -7,7 +7,12 @@
|
|||
"lite": "lite-server",
|
||||
"start": "concurrently \"npm run tsc:w\" \"npm run lite\" "
|
||||
},
|
||||
"license": "ISC",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"angular2": "2.0.0-beta.0",
|
||||
"systemjs": "0.19.6",
|
||||
|
|
|
@ -4,7 +4,12 @@
|
|||
"version": "0.0.0",
|
||||
"description": "A tutorial application for AngularJS",
|
||||
"repository": "https://github.com/angular/angular-phonecat",
|
||||
"license": "MIT",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"devDependencies": {
|
||||
"bower": "^1.7.7",
|
||||
"http-server": "^0.9.0",
|
||||
|
|
|
@ -8,7 +8,12 @@
|
|||
"build": "rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail",
|
||||
"postinstall": "typings install"
|
||||
},
|
||||
"license": "MIT",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@angular/common": "2.0.0",
|
||||
"@angular/compiler": "2.0.0",
|
||||
|
|
|
@ -7,6 +7,9 @@ block includes
|
|||
The Angular documentation is a living document with continuous improvements.
|
||||
This log calls attention to recent significant changes.
|
||||
|
||||
## Sync with Angular v.2.0.2 (2016-10-6)
|
||||
Docs and code samples updated and tested with Angular v.2.0.2
|
||||
|
||||
## "Routing and Navigation" guide with the _Router Module_ (2016-10-5)
|
||||
The [Routing and Navigation](router.html) guide now locates route configuration
|
||||
in a _Routing Module_.
|
||||
|
|
Loading…
Reference in New Issue