Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 61b13c1

Browse files
authored
chore: v.2.0.2 + standard MIT licenses property (#2559)
1 parent 8710eb0 commit 61b13c1

File tree

8 files changed

+67
-29
lines changed

8 files changed

+67
-29
lines changed

Diff for: public/docs/_examples/_boilerplate/package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@
2222
},
2323
"keywords": [],
2424
"author": "",
25-
"license": "ISC",
25+
"licenses": [
26+
{
27+
"type": "MIT",
28+
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
29+
}
30+
],
2631
"dependencies": {},
2732
"devDependencies": {},
2833
"repository": {}

Diff for: public/docs/_examples/package.json

+18-13
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,26 @@
1010
},
1111
"keywords": [],
1212
"author": "",
13-
"license": "ISC",
13+
"licenses": [
14+
{
15+
"type": "MIT",
16+
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
17+
}
18+
],
1419
"dependencies": {
15-
"@angular/common": "~2.0.1",
16-
"@angular/compiler": "~2.0.1",
17-
"@angular/compiler-cli": "~0.6.3",
18-
"@angular/core": "~2.0.1",
19-
"@angular/forms": "~2.0.1",
20-
"@angular/http": "~2.0.1",
21-
"@angular/platform-browser": "~2.0.1",
22-
"@angular/platform-browser-dynamic": "~2.0.1",
23-
"@angular/platform-server": "~2.0.1",
24-
"@angular/router": "~3.0.1",
25-
"@angular/upgrade": "~2.0.1",
20+
"@angular/common": "~2.0.2",
21+
"@angular/compiler": "~2.0.2",
22+
"@angular/compiler-cli": "~0.6.4",
23+
"@angular/core": "~2.0.2",
24+
"@angular/forms": "~2.0.2",
25+
"@angular/http": "~2.0.2",
26+
"@angular/platform-browser": "~2.0.2",
27+
"@angular/platform-browser-dynamic": "~2.0.2",
28+
"@angular/platform-server": "~2.0.2",
29+
"@angular/router": "~3.0.2",
30+
"@angular/upgrade": "~2.0.2",
2631

27-
"angular-in-memory-web-api": "~0.1.1",
32+
"angular-in-memory-web-api": "~0.1.5",
2833
"bootstrap": "^3.3.7",
2934
"core-js": "^2.4.1",
3035
"protractor": "^4.0.9",

Diff for: public/docs/_examples/quickstart/js/package.1.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
"start": "npm run lite",
66
"lite": "lite-server"
77
},
8-
"license": "ISC",
8+
"licenses": [
9+
{
10+
"type": "MIT",
11+
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
12+
}
13+
],
914
"dependencies": {
1015
"@angular/common": "~2.0.1",
1116
"@angular/compiler": "~2.0.1",

Diff for: public/docs/_examples/quickstart/ts/package.1.json

+16-11
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,24 @@
99
"tsc:w": "tsc -w",
1010
"typings": "typings"
1111
},
12-
"license": "ISC",
12+
"licenses": [
13+
{
14+
"type": "MIT",
15+
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
16+
}
17+
],
1318
"dependencies": {
14-
"@angular/common": "~2.0.1",
15-
"@angular/compiler": "~2.0.1",
16-
"@angular/core": "~2.0.1",
17-
"@angular/forms": "~2.0.1",
18-
"@angular/http": "~2.0.1",
19-
"@angular/platform-browser": "~2.0.1",
20-
"@angular/platform-browser-dynamic": "~2.0.1",
21-
"@angular/router": "~3.0.1",
22-
"@angular/upgrade": "~2.0.1",
19+
"@angular/common": "~2.0.2",
20+
"@angular/compiler": "~2.0.2",
21+
"@angular/core": "~2.0.2",
22+
"@angular/forms": "~2.0.2",
23+
"@angular/http": "~2.0.2",
24+
"@angular/platform-browser": "~2.0.2",
25+
"@angular/platform-browser-dynamic": "~2.0.2",
26+
"@angular/router": "~3.0.2",
27+
"@angular/upgrade": "~2.0.2",
2328

24-
"angular-in-memory-web-api": "~0.1.1",
29+
"angular-in-memory-web-api": "~0.1.5",
2530
"bootstrap": "^3.3.7",
2631
"core-js": "^2.4.1",
2732
"reflect-metadata": "^0.1.8",

Diff for: public/docs/_examples/styleguide/package.1.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
"lite": "lite-server",
88
"start": "concurrently \"npm run tsc:w\" \"npm run lite\" "
99
},
10-
"license": "ISC",
10+
"licenses": [
11+
{
12+
"type": "MIT",
13+
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
14+
}
15+
],
1116
"dependencies": {
1217
"angular2": "2.0.0-beta.0",
1318
"systemjs": "0.19.6",

Diff for: public/docs/_examples/upgrade-phonecat-2-hybrid/ts/package.ng1.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
"version": "0.0.0",
55
"description": "A tutorial application for AngularJS",
66
"repository": "https://github.com/angular/angular-phonecat",
7-
"license": "MIT",
7+
"licenses": [
8+
{
9+
"type": "MIT",
10+
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
11+
}
12+
],
813
"devDependencies": {
914
"bower": "^1.7.7",
1015
"http-server": "^0.9.0",

Diff for: public/docs/_examples/webpack/ts/package.webpack.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
"build": "rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail",
99
"postinstall": "typings install"
1010
},
11-
"license": "MIT",
11+
"licenses": [
12+
{
13+
"type": "MIT",
14+
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
15+
}
16+
],
1217
"dependencies": {
1318
"@angular/common": "2.0.0",
1419
"@angular/compiler": "2.0.0",

Diff for: public/docs/ts/latest/guide/change-log.jade

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ block includes
77
The Angular documentation is a living document with continuous improvements.
88
This log calls attention to recent significant changes.
99

10+
## Sync with Angular v.2.0.2 (2016-10-6)
11+
Docs and code samples updated and tested with Angular v.2.0.2
12+
1013
## "Routing and Navigation" guide with the _Router Module_ (2016-10-5)
1114
The [Routing and Navigation](router.html) guide now locates route configuration
1215
in a _Routing Module_.

0 commit comments

Comments
 (0)