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

Commit a2744e7

Browse files
authored
chore: update /quickstart/js/package.1.json (#2534)
also remove /cb-set-document-title/ts/sample.css
1 parent db6625e commit a2744e7

File tree

2 files changed

+16
-21
lines changed

2 files changed

+16
-21
lines changed

public/docs/_examples/cb-set-document-title/ts/sample.css

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
11
{
2-
"name": "angular2-quickstart",
2+
"name": "angular-quickstart",
33
"version": "1.0.0",
44
"scripts": {
55
"start": "npm run lite",
66
"lite": "lite-server"
77
},
88
"license": "ISC",
99
"dependencies": {
10-
"@angular/common": "2.0.0",
11-
"@angular/compiler": "2.0.0",
12-
"@angular/core": "2.0.0",
13-
"@angular/forms": "2.0.0",
14-
"@angular/http": "2.0.0",
15-
"@angular/platform-browser": "2.0.0",
16-
"@angular/platform-browser-dynamic": "2.0.0",
17-
"@angular/router": "3.0.0",
18-
"@angular/upgrade": "2.0.0",
10+
"@angular/common": "~2.0.1",
11+
"@angular/compiler": "~2.0.1",
12+
"@angular/core": "~2.0.1",
13+
"@angular/forms": "~2.0.1",
14+
"@angular/http": "~2.0.1",
15+
"@angular/platform-browser": "~2.0.1",
16+
"@angular/platform-browser-dynamic": "~2.0.1",
17+
"@angular/router": "~3.0.1",
18+
"@angular/upgrade": "~2.0.1",
1919

20+
"angular-in-memory-web-api": "~0.1.1",
21+
"bootstrap": "^3.3.7",
2022
"core-js": "^2.4.1",
21-
"reflect-metadata": "^0.1.3",
23+
"reflect-metadata": "^0.1.8",
2224
"rxjs": "5.0.0-beta.12",
23-
"zone.js": "^0.6.23",
24-
25-
"angular2-in-memory-web-api": "0.0.20",
26-
"bootstrap": "^3.3.6"
25+
"zone.js": "^0.6.25"
2726
},
2827
"devDependencies": {
29-
"concurrently": "^2.0.0",
30-
"lite-server": "^2.2.0"
28+
"concurrently": "^3.0.0",
29+
"lite-server": "^2.2.2"
3130
}
3231
}

0 commit comments

Comments
 (0)