Skip to content

Commit

Permalink
feat(platform-server): bump Domino to v2.0
Browse files Browse the repository at this point in the history
* Bump the dependency on Domino to 2.0 to resolve issues with
  namespacing
  • Loading branch information
CaerusKaru committed Feb 23, 2018
1 parent aad4316 commit 7e188d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/platform-server/package.json
Expand Up @@ -10,15 +10,15 @@
"license": "MIT",
"peerDependencies": {
"@angular/animations": "0.0.0-PLACEHOLDER",
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/compiler": "0.0.0-PLACEHOLDER",
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
"@angular/platform-browser-dynamic": "0.0.0-PLACEHOLDER"
},
"dependencies": {
"domino": "^2.0.1",
"tslib": "^1.7.1",
"domino": "^1.0.29",
"xhr2": "^0.1.4"
},
"repository": {
Expand Down

0 comments on commit 7e188d4

Please sign in to comment.