Skip to content

Commit 2f6f8e4

Browse files
authored
Move core-js to peerDep (#101)
1 parent 894cdb1 commit 2f6f8e4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
],
5050
"homepage": "https://github.com/NYTimes/react-tracking",
5151
"dependencies": {
52-
"core-js": "2.x",
5352
"deepmerge": "^2.2.1",
5453
"hoist-non-react-statics": "^3.0.1"
5554
},
5655
"peerDependencies": {
56+
"core-js": "2.x",
5757
"react": "^15.0.0 || ^16.0.0",
5858
"prop-types": "^15.x"
5959
},

0 commit comments

Comments
 (0)