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

Commit fcb3b44

Browse files
Foxandxssnaomiblack
authored andcommitted
chore: update webpack guide to RC2
1 parent 6821f89 commit fcb3b44

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

public/docs/_examples/webpack/ts/package.webpack.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
},
1111
"license": "MIT",
1212
"dependencies": {
13-
"@angular/common": "2.0.0-rc.1",
14-
"@angular/compiler": "2.0.0-rc.1",
15-
"@angular/core": "2.0.0-rc.1",
16-
"@angular/http": "2.0.0-rc.1",
17-
"@angular/platform-browser": "2.0.0-rc.1",
18-
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
19-
"@angular/router-deprecated": "2.0.0-rc.1",
13+
"@angular/common": "2.0.0-rc.2",
14+
"@angular/compiler": "2.0.0-rc.2",
15+
"@angular/core": "2.0.0-rc.2",
16+
"@angular/http": "2.0.0-rc.2",
17+
"@angular/platform-browser": "2.0.0-rc.2",
18+
"@angular/platform-browser-dynamic": "2.0.0-rc.2",
19+
"@angular/router-deprecated": "2.0.0-rc.2",
2020
"core-js": "^2.4.0",
2121
"reflect-metadata": "0.1.2",
2222
"rxjs": "5.0.0-beta.6",
@@ -40,10 +40,10 @@
4040
"rimraf": "^2.5.2",
4141
"style-loader": "^0.13.1",
4242
"ts-loader": "^0.8.1",
43-
"typescript": "^1.8.9",
43+
"typescript": "^1.8.10",
4444
"typings": "^1.0.4",
45-
"webpack": "^1.12.14",
45+
"webpack": "^1.13.0",
4646
"webpack-dev-server": "^1.14.1",
47-
"webpack-merge": "^0.9.0"
47+
"webpack-merge": "^0.14.0"
4848
}
4949
}

public/docs/_examples/webpack/ts/tsconfig.1.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,5 @@
99
"removeComments": false,
1010
"noImplicitAny": true,
1111
"suppressImplicitAnyIndexErrors": true
12-
},
13-
"exclude": [
14-
"node_modules",
15-
"typings/main",
16-
"typings/main.d.ts"
17-
]
12+
}
1813
}

0 commit comments

Comments
 (0)