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

Commit

Permalink
chore(package.json): update angular versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJS committed Nov 5, 2015
1 parent ed34b9a commit bd7a83d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
],
"dependencies": {
"@reactivex/rxjs": "5.0.0-alpha.4",
"angular2": "2.0.0-alpha.44",
"angular2-universal-preview": "0.5.4",
"angular2": "2.0.0-alpha.45",
"angular2-universal-preview": "0.6.1",
"css": "^2.2.1",
"express": "^4.13.3",
"lodash": "^3.10.1",
Expand Down
8 changes: 4 additions & 4 deletions tsd.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"bundle": "typings/tsd.d.ts",
"installed": {
"serve-static/serve-static.d.ts": {
"commit": "68548c2daab053869f323d475419c693478bbb73"
"commit": "35989a3ab4834b8e8b2b56788f1d4fc46a25dc8d"
},
"express/express.d.ts": {
"commit": "68548c2daab053869f323d475419c693478bbb73"
"commit": "35989a3ab4834b8e8b2b56788f1d4fc46a25dc8d"
},
"mime/mime.d.ts": {
"commit": "68548c2daab053869f323d475419c693478bbb73"
"commit": "35989a3ab4834b8e8b2b56788f1d4fc46a25dc8d"
},
"node/node.d.ts": {
"commit": "68548c2daab053869f323d475419c693478bbb73"
"commit": "35989a3ab4834b8e8b2b56788f1d4fc46a25dc8d"
}
}
}
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

module.exports = {
target: 'web',
entry: './src/bootstrap',
output: {
path: __dirname + '/__build__',
Expand Down

0 comments on commit bd7a83d

Please sign in to comment.