x-next 0.0.0-alpha.10 → 0.0.0-alpha.11
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,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "x-next",
|
3
3
|
"private": false,
|
4
|
-
"version": "0.0.0-alpha.
|
4
|
+
"version": "0.0.0-alpha.11",
|
5
5
|
"description": "An amazing Vue3 UI library.",
|
6
6
|
"type": "module",
|
7
7
|
"main": "./dist/index.umd.js",
|
@@ -22,7 +22,8 @@
|
|
22
22
|
},
|
23
23
|
"./global": {
|
24
24
|
"types": "./global.d.ts"
|
25
|
-
}
|
25
|
+
},
|
26
|
+
"./style.css": "./dist/style.css"
|
26
27
|
},
|
27
28
|
"repository": {
|
28
29
|
"type": "git",
|