react-date-picker
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "react-date-picker", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "React Date Picker", | ||
@@ -9,10 +9,10 @@ "main": "lib/index.js", | ||
"start": "npm run serve | npm run dev", | ||
"serve": "http-server", | ||
"dev": "webpack-dev-server --progress --colors --port 8090", | ||
"build-style": "webpack --progress --colors --config build-style.config.js", | ||
"dist": "webpack --progress --colors --config dist.config.js", | ||
"dist.min": "webpack --progress --colors --optimize-minimize --optimize-occurence-order --optimize-dedupe --config dist.min.config.js", | ||
"dist-nomoment": "webpack --progress --colors --config dist.nomoment.config.js", | ||
"dist-nomoment.min": "webpack --progress --colors --optimize-minimize --optimize-occurence-order --optimize-dedupe --config dist.nomoment.min.config.js", | ||
"lib": "gulp", | ||
"serve": "./node_modules/.bin/http-server", | ||
"dev": "./node_modules/.bin/webpack-dev-server --progress --colors --port 8090", | ||
"build-style": "./node_modules/.bin/webpack --progress --colors --config build-style.config.js", | ||
"dist": "./node_modules/.bin/webpack --progress --colors --config dist.config.js", | ||
"dist.min": "./node_modules/.bin/webpack --progress --colors --optimize-minimize --optimize-occurence-order --optimize-dedupe --config dist.min.config.js", | ||
"dist-nomoment": "./node_modules/.bin/webpack --progress --colors --config dist.nomoment.config.js", | ||
"dist-nomoment.min": "./node_modules/.bin/webpack --progress --colors --optimize-minimize --optimize-occurence-order --optimize-dedupe --config dist.nomoment.min.config.js", | ||
"lib": "./node_modules/.bin/gulp", | ||
"build": "npm run build-style && npm run dist && npm run dist-nomoment && npm run dist.min && npm run dist-nomoment.min && npm run lib" | ||
@@ -33,3 +33,3 @@ }, | ||
"file-loader": "~0.8.1", | ||
"gulp": "^3.8.9", | ||
"gulp": "^3.8.10", | ||
"gulp-react": "^2.0.0", | ||
@@ -36,0 +36,0 @@ "http-server": "~0.7.2", |
Sorry, the diff of this file is not supported yet
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
810134