Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VikLiegostaiev committed Oct 21, 2020
1 parent 98a1ef9 commit d29fe88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-page-scroller",
"version": "2.0.8-beta",
"version": "2.0.9-beta",
"description": "Simple React component for smoothy full-page scolling",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -20,6 +20,7 @@
"test:watch": "nwb test-react --server"
},
"dependencies": {
"babel-polyfill": "^6.26.0"
},
"peerDependencies": {
"babel-polyfill": "^6.26.0",
Expand All @@ -32,7 +33,6 @@
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.6.0",
"babel-eslint": "^10.0.3",
"babel-polyfill": "^6.26.0",
"eslint": "^6.6.0",
"eslint-config-react-app": "^5.0.2",
"eslint-plugin-flowtype": "^3.13.0",
Expand Down

0 comments on commit d29fe88

Please sign in to comment.