unika-components 1.2.6 → 1.2.7
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,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unika-components",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/unika-components.umd.js",
|
|
6
6
|
"module": "dist/unika-components.esm.js",
|
|
7
|
-
"types": "dist/
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
8
|
"description": "Unika Vue3 components library",
|
|
9
9
|
"author": "Jim Yu",
|
|
10
10
|
"license": "MIT",
|
|
@@ -18,8 +18,7 @@
|
|
|
18
18
|
],
|
|
19
19
|
"scripts": {
|
|
20
20
|
"serve": "vue-cli-service serve",
|
|
21
|
-
"build": "npm run build:es && npm run build:umd
|
|
22
|
-
"build:assets": "mkdir -p dist/assets/css && cp src/assets/css/invite.css dist/assets/css/invite.css",
|
|
21
|
+
"build": "npm run build:es && npm run build:umd",
|
|
23
22
|
"lint": "vue-cli-service lint",
|
|
24
23
|
"build:es": "rollup --config build/rollup.esm.config.js",
|
|
25
24
|
"build:umd": "rollup --config build/rollup.umd.config.js",
|