react-input-material 0.0.403 → 0.0.404

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-input-material",
3
- "version": "0.0.403",
3
+ "version": "0.0.404",
4
4
  "description": "Reusable material design based input field with support for (richt-)text, code, selections, numbers, dates and so on.",
5
5
  "keywords": [
6
6
  "form-field",
@@ -47,8 +47,8 @@
47
47
  "clear": "weboptimizer clear && (rm *.styles.css components/*.styles.css 2>/dev/null || true)",
48
48
  "document": "weboptimizer document",
49
49
  "lint": "yarn clear && weboptimizer lint",
50
- "prepare": "ln --force --symbolic react node_modules/@emotion/core && yarn build",
51
50
  "patch": "for path in patches/*.patch; do target_file_path=\"$(echo \"$path\" | sed --regexp-extended 's/patches\\/([^/]+).patch$/\\1/' | sed 's:\\+:/:g')\"; source_file_path=\"$path\"; echo \"Patch file \\\"$target_file_path\\\" with \\\"$source_file_path\\\".\"; patch --forward --input \"$source_file_path\" --reject-file - \"$target_file_path\"; done; true",
51
+ "prepare": "ln --force --symbolic react node_modules/@emotion/core && yarn build",
52
52
  "postinstall": "yarn patch || true",
53
53
  "serve": "weboptimizer serve",
54
54
  "serve:minimal": "weboptimizer serve '{__reference__: \"target:minimal\"}'",