x-next 0.0.0-alpha.11 → 0.0.0-alpha.12
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -12
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.12",
|
5
5
|
"description": "An amazing Vue3 UI library.",
|
6
6
|
"type": "module",
|
7
7
|
"main": "./dist/index.umd.js",
|
@@ -14,17 +14,6 @@
|
|
14
14
|
"generate:web-types": "vue-docgen src",
|
15
15
|
"publish": "npm publish --access=public"
|
16
16
|
},
|
17
|
-
"exports": {
|
18
|
-
".": {
|
19
|
-
"import": "./dist/index.es.js",
|
20
|
-
"require": "./dist/index.umd.js",
|
21
|
-
"types": "./dist/index.d.ts"
|
22
|
-
},
|
23
|
-
"./global": {
|
24
|
-
"types": "./global.d.ts"
|
25
|
-
},
|
26
|
-
"./style.css": "./dist/style.css"
|
27
|
-
},
|
28
17
|
"repository": {
|
29
18
|
"type": "git",
|
30
19
|
"url": "git+https://github.com/ztes/x-next.git"
|