react-input-material 0.0.441 → 0.0.442

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.441",
3
+ "version": "0.0.442",
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",
@@ -52,6 +52,7 @@
52
52
  "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",
53
53
  "prepare": "ln --force --symbolic react node_modules/@emotion/core && yarn build",
54
54
  "postinstall": "yarn patch || true",
55
+ "postversion": "yarn publish --non-interactive && git push --tags && git push",
55
56
  "serve": "weboptimizer serve",
56
57
  "serve:minimal": "weboptimizer serve '{__reference__: \"target:minimal\"}'",
57
58
  "start": "yarn serve",
@@ -59,7 +60,7 @@
59
60
  "test:browser": "yarn clear && weboptimizer test:browser",
60
61
  "test:coverage": "yarn clear && weboptimizer test:coverage",
61
62
  "test:coverage:report": "yarn clear && weboptimizer test:coverage:report",
62
- "update": "yarn version --patch && yarn publish",
63
+ "update": "yarn version --patch",
63
64
  "update:documentation": "documentation-website",
64
65
  "watch": "weboptimizer build --watch"
65
66
  },