@luomus/laji-form 15.1.2 → 15.1.3

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 (2) hide show
  1. package/package.json +3 -2
  2. package/xsel -b +0 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-form",
3
- "version": "15.1.2",
3
+ "version": "15.1.3",
4
4
  "description": "React module capable of building dynamic forms from Laji form json schemas",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -13,7 +13,8 @@
13
13
  "build": "npm run build:lib && npm run build:dist && npm run build:tests",
14
14
  "preversion": "npm run lint && npm test",
15
15
  "version": "bin/update-changelog.sh",
16
- "postversion": "npm run build && git push & git push --tags && npm publish",
16
+ "postversion": "npm publish",
17
+ "prepack": "npm run build && git push & git push --tags",
17
18
  "lint": "eslint -c .eslintrc.prod.json src playground",
18
19
  "test": "npx playwright test"
19
20
  },
package/xsel -b DELETED
@@ -1,9 +0,0 @@
1
- "toggleable": {
2
- "query": {
3
- "informalTaxonGroup": "MVL.1",
4
- "onlyFinnish": true
5
- },
6
- "glyphClass": "informal-group-image MVL.1",
7
- "placeholder": "",
8
- "tooltip": "Aloita suomalaisten lintujen syöttö"
9
- },