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:
Tom Byers
2019-04-24 11:26:55 +01:00
parent 1f948cc0b4
commit b11ab2c384

View File

@@ -46,8 +46,5 @@
"jest": "24.7.1",
"jshint": "2.10.2",
"jshint-stylish": "2.2.1"
},
"peerDependencies": {
"request": "2.88.0"
}
}