@soroka282/migrant.ui-kit 0.0.21 → 0.0.22
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,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soroka282/migrant.ui-kit",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.22",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/migrant.ui-kit.umd.js",
|
|
7
7
|
"module": "dist/migrant.ui-kit.es.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
9
9
|
"scripts": {
|
|
10
|
-
"postinstall": "npx rimraf .husky/pre-commit && npx husky add .husky/commit-msg 'node verify-commit.js
|
|
10
|
+
"postinstall": "npm run prepare && npx rimraf .husky/pre-commit && npx husky add .husky/commit-msg 'node verify-commit.js'",
|
|
11
11
|
"dev": "vite",
|
|
12
12
|
"build": "npm run ts && vite build",
|
|
13
13
|
"preview": "vite preview",
|