Skip to content

Commit

Permalink
Revert "Make hyrest a peer dependency of addons"
Browse files Browse the repository at this point in the history
This reverts commit 0484641.
  • Loading branch information
Prior99 committed Sep 1, 2018
1 parent 854e4d8 commit 83de1f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions packages/hyrest-express/package.json
Expand Up @@ -37,9 +37,7 @@
},
"dependencies": {
"express": "^4.16.3",
"hyrest": "^0.9.0",
"reflect-metadata": "^0.1.12"
},
"peerDependencies": {
"hyrest": "^0.9.0"
}
}
4 changes: 1 addition & 3 deletions packages/hyrest-mobx/package.json
Expand Up @@ -39,11 +39,9 @@
},
"dependencies": {
"bind-decorator": "^1.0.11",
"hyrest": "^0.9.0",
"invariant": "^2.2.4",
"mobx": "^5.1.0",
"reflect-metadata": "^0.1.12"
},
"peerDependencies": {
"hyrest": "^0.9.0"
}
}

0 comments on commit 83de1f3

Please sign in to comment.