|
19 | 19 | "publishConfig": { |
20 | 20 | "main": "./dist/index.cjs", |
21 | 21 | "module": "./dist/index.js", |
22 | | - "unpkg": "./dist/umd.js", |
23 | 22 | "directory": "package" |
24 | 23 | }, |
25 | 24 | "scripts": { |
26 | 25 | "prepublishOnly": "pnpm build && del ./package && clean-publish", |
27 | 26 | "postpublish": "del ./package", |
28 | 27 | "build": "rollup -c", |
29 | | - "lint": "eslint --ext .js,.vue src rollup.config.js --fix", |
| 28 | + "lint": "eslint --ext .js,.vue src", |
| 29 | + "test": "pnpm lint", |
30 | 30 | "format": "prettier --write src rollup.config.js", |
31 | 31 | "test:size": "size-limit", |
32 | 32 | "commit": "cz", |
|
52 | 52 | "@commitlint/cli": "^16.0.0", |
53 | 53 | "@commitlint/config-conventional": "^16.0.0", |
54 | 54 | "@commitlint/cz-commitlint": "^16.0.0", |
55 | | - "@rollup/plugin-commonjs": "^21.0.1", |
56 | 55 | "@rollup/plugin-node-resolve": "^13.1.1", |
57 | 56 | "@rollup/plugin-replace": "^3.0.1", |
58 | | - "@size-limit/preset-big-lib": "^7.0.5", |
| 57 | + "@size-limit/preset-big-lib": "^7.0.8", |
59 | 58 | "@swc/core": "^1.2.124", |
60 | 59 | "@swc/helpers": "^0.3.2", |
61 | 60 | "@vue/compiler-sfc": "^3.2.26", |
|
74 | 73 | "rollup-plugin-vue": "^5.0.0", |
75 | 74 | "simple-git-hooks": "^2.7.0", |
76 | 75 | "simple-github-release": "^1.0.0", |
77 | | - "size-limit": "^7.0.5", |
| 76 | + "size-limit": "^7.0.8", |
78 | 77 | "standard-version": "^9.3.2", |
79 | 78 | "vue-template-compiler": "^2.1.6" |
80 | 79 | }, |
|
0 commit comments