react-scroll-progress-bar
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "react-scroll-progress-bar", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "A scroll progress bar component for React", | ||
@@ -35,10 +35,2 @@ "main": "build/index.js", | ||
"@babel/preset-react": "^7.0.0", | ||
"babel-eslint": "^10.0.1", | ||
"babel-loader": "^8.0.5", | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-loader": "^2.1.2", | ||
"eslint-plugin-import": "^2.17.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.1", | ||
"eslint-plugin-react": "^7.12.4", | ||
"webpack": "^4.30.0", | ||
@@ -45,0 +37,0 @@ "webpack-cli": "^3.3.0", |
@@ -13,3 +13,3 @@ import PropTypes from "prop-types"; | ||
width: `${width}`, | ||
transitionProperty: `width`, | ||
transitionProperty: `all`, | ||
transitionDuration: `${duration}s`, | ||
@@ -16,0 +16,0 @@ transitionTimingFunction: `ease`, |
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
6
9250