Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit bd7a83d

Browse files
committed
chore(package.json): update angular versions
1 parent ed34b9a commit bd7a83d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
],
1919
"dependencies": {
2020
"@reactivex/rxjs": "5.0.0-alpha.4",
21-
"angular2": "2.0.0-alpha.44",
22-
"angular2-universal-preview": "0.5.4",
21+
"angular2": "2.0.0-alpha.45",
22+
"angular2-universal-preview": "0.6.1",
2323
"css": "^2.2.1",
2424
"express": "^4.13.3",
2525
"lodash": "^3.10.1",

tsd.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
"bundle": "typings/tsd.d.ts",
77
"installed": {
88
"serve-static/serve-static.d.ts": {
9-
"commit": "68548c2daab053869f323d475419c693478bbb73"
9+
"commit": "35989a3ab4834b8e8b2b56788f1d4fc46a25dc8d"
1010
},
1111
"express/express.d.ts": {
12-
"commit": "68548c2daab053869f323d475419c693478bbb73"
12+
"commit": "35989a3ab4834b8e8b2b56788f1d4fc46a25dc8d"
1313
},
1414
"mime/mime.d.ts": {
15-
"commit": "68548c2daab053869f323d475419c693478bbb73"
15+
"commit": "35989a3ab4834b8e8b2b56788f1d4fc46a25dc8d"
1616
},
1717
"node/node.d.ts": {
18-
"commit": "68548c2daab053869f323d475419c693478bbb73"
18+
"commit": "35989a3ab4834b8e8b2b56788f1d4fc46a25dc8d"
1919
}
2020
}
2121
}

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
module.exports = {
3+
target: 'web',
34
entry: './src/bootstrap',
45
output: {
56
path: __dirname + '/__build__',

0 commit comments

Comments
 (0)