x-next 0.0.0-alpha.10 → 0.0.0-alpha.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +1 -11
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.10",
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,16 +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
- },
27
17
  "repository": {
28
18
  "type": "git",
29
19
  "url": "git+https://github.com/ztes/x-next.git"