react-date-picker
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "react-date-picker", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "A carefully crafted date picker for React", | ||
@@ -9,12 +9,8 @@ "main": "lib/index.js", | ||
"dev": "webpack-dev-server --progress --port 8080 --config build/webpack.config.js", | ||
"build-css": "npm run build-css-index && npm run build-css-base && npm run build-themes", | ||
"build-css-index": "webpack --progress --config build/build-css-index.config.js", | ||
"build-css-base": "webpack --progress --config build/build-css-base.config.js", | ||
"build-themes": "npm run build-theme-default && npm run build-theme-hackerone", | ||
"build-theme-default": "webpack --progress --config build/build-theme-default.config.js", | ||
"build-theme-hackerone": "webpack --progress --config build/build-theme-hackerone.config.js", | ||
"dist": "webpack --progress --config build/dist.config.js", | ||
@@ -21,0 +17,0 @@ "dist.min": "webpack --progress -p --config build/dist.min.config.js", |
@@ -77,7 +77,2 @@ react-date-picker | ||
### Example | ||
```jsx | ||
## I18n and localization | ||
@@ -84,0 +79,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
1889655
243