react-scroll-into-view
Advanced tools
Comparing version 1.11.0 to 1.12.0
{ | ||
"name": "react-scroll-into-view", | ||
"version": "1.11.0", | ||
"version": "1.12.0", | ||
"description": "Simple React element that when clicked scrolls to any element on page", | ||
@@ -16,3 +16,3 @@ "main": "./dist/index.cjs.js", | ||
"scripts": { | ||
"build": "rollup -c", | ||
"build": "package-check && rollup -c", | ||
"test": "jest" | ||
@@ -41,2 +41,3 @@ }, | ||
"@rollup/plugin-node-resolve": "^13.0.5", | ||
"@skypack/package-check": "^0.2.2", | ||
"babel-jest": "^27.2.2", | ||
@@ -53,4 +54,4 @@ "babel-plugin-transform-react-remove-prop-types": "^0.4.18", | ||
"peerDependencies": { | ||
"react": "^16.5.2", | ||
"react-dom": "^16.5.2" | ||
"react": ">=16.5.2", | ||
"react-dom": ">=16.5.2" | ||
}, | ||
@@ -57,0 +58,0 @@ "prettier": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13615
16