jiek 2.0.2-alpha.3 → 2.0.2-alpha.4

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 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jiek",
3
3
  "type": "module",
4
- "version": "2.0.2-alpha.3",
4
+ "version": "2.0.2-alpha.4",
5
5
  "description": "A lightweight toolkit for compiling and managing libraries based on `package.json` metadata and suitable for `Monorepo`.",
6
6
  "author": "YiJie <yijie4188@gmail.com>",
7
7
  "repository": {
@@ -118,9 +118,6 @@
118
118
  "rollup-plugin-esbuild": "^6.1.0",
119
119
  "rollup-plugin-swc3": "^0.12.1"
120
120
  },
121
- "publishConfig": {
122
- "directory": "./dist"
123
- },
124
121
  "scripts": {
125
122
  "prepublish-0": "jb -nm && jk pp",
126
123
  "prepublish": "jk"