react-jsonschema-form-extras 1.1.0-alpha.pr250.181344 → 1.1.0-alpha.pr250.182144

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +1 -1
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Extra widgets for Mozilla's react-jsonschema-form",
4
4
  "private": false,
5
5
  "author": "mavarazy@gmail.com",
6
- "version": "1.1.0-alpha.pr250.181344",
6
+ "version": "1.1.0-alpha.pr250.182144",
7
7
  "scripts": {
8
8
  "build:lib": "rimraf lib && cross-env NODE_ENV=production babel -d lib/ src/ --copy-files",
9
9
  "build:dist": "rimraf dist && cross-env NODE_ENV=production webpack --config webpack.config.dist.js",