@yourdash/uikit 1.0.26 → 1.0.27
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@yourdash/uikit",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.27",
|
4
4
|
"license": "MIT",
|
5
5
|
"type": "module",
|
6
6
|
"private": false,
|
@@ -13,7 +13,8 @@
|
|
13
13
|
],
|
14
14
|
"main": "./dist/main.js",
|
15
15
|
"scripts": {
|
16
|
-
"build": "vite build"
|
16
|
+
"build": "vite build",
|
17
|
+
"publish": "yarn build && npm publish"
|
17
18
|
},
|
18
19
|
"author": "Ewsgit <ewsgit@duck.com>",
|
19
20
|
"dependencies": {
|