react-daypicker
Advanced tools
Comparing version 3.0.7 to 3.0.8
{ | ||
"name": "react-daypicker", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "A simple datepicker inspired by Pikaday.", | ||
@@ -27,4 +27,9 @@ "main": "lib/DayPicker.js", | ||
"@babel/preset-react": "7.0.0", | ||
"@storybook/addon-actions": "4.1.3", | ||
"@storybook/addon-links": "4.1.3", | ||
"@storybook/react": "4.1.3", | ||
"@storybook/storybook-deployer": "2.8.1", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.21", | ||
"node-sass": "^4.11.0" | ||
"node-sass": "^4.11.0", | ||
"sass-loader": "7.1.0" | ||
}, | ||
@@ -46,5 +51,7 @@ "repository": { | ||
"build": "babel src -d lib && ./node_modules/node-sass/bin/node-sass src/DayPicker.scss > lib/DayPicker.css", | ||
"watch": "babel -w src -d lib", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"deploy-storybook": "storybook-to-ghpages", | ||
"storybook": "start-storybook -p 6006", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"watch": "babel -w src -d lib" | ||
} | ||
} |
@@ -14,2 +14,4 @@ # react-daypicker | ||
Try it yourself at the [Storybook](http://blog.cymen.org/react-daypicker). | ||
## Version 3 is a breaking change | ||
@@ -16,0 +18,0 @@ |
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
67524
16
450
126
13