encounter-playground 0.0.3 → 0.0.5

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.

Potentially problematic release.


This version of encounter-playground might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +1 -1
  2. package/package.json +1 -1
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Playground for react-jsonschema-form",
4
4
  "private": false,
5
5
  "author": "mavarazy@gmail.com",
6
- "version": "0.0.3",
6
+ "version": "0.0.5",
7
7
  "scripts": {
8
8
  "build": "rimraf dist && yarn && cross-env NODE_ENV=production webpack --config webpack.config.js",
9
9
  "cs-check": "prettier -l $npm_package_prettierOptions '{src,test}/**/*.js'",