@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.
- package/package.json +3 -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.
|
|
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
|
|
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
|
},
|