mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 11:23:48 -05:00
Remove peer dependencies
Peer dependencies are defined by projects intended to be used by other projects (ie, libraries). This doesn't apply to this project so removing the peer dependencies field. I'm also not sure why the `request` dependency was there as it isn't a peer dependency of any of the packages that use it in this project's dependency tree.
This commit is contained in:
@@ -46,8 +46,5 @@
|
||||
"jest": "24.7.1",
|
||||
"jshint": "2.10.2",
|
||||
"jshint-stylish": "2.2.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"request": "2.88.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user