jiek 2.0.2-alpha.1 → 2.0.2-alpha.3

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 +5 -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.1",
4
+ "version": "2.0.2-alpha.3",
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": {
@@ -62,8 +62,8 @@
62
62
  "js-yaml": "^4.1.0",
63
63
  "jsonc-parser": "^3.2.1",
64
64
  "rollup": "4.13.2",
65
- "@jiek/utils": "^0.2.3",
66
- "@jiek/pkger": "^0.2.0"
65
+ "@jiek/pkger": "^0.2.0",
66
+ "@jiek/utils": "^0.2.3"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "@rollup/plugin-terser": "^0.4.4",
@@ -122,7 +122,8 @@
122
122
  "directory": "./dist"
123
123
  },
124
124
  "scripts": {
125
- "prepublish": "jb -nm -nc"
125
+ "prepublish-0": "jb -nm && jk pp",
126
+ "prepublish": "jk"
126
127
  },
127
128
  "main": "./dist/index.cjs",
128
129
  "module": "./dist/index.js",