We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c5e08 commit 445cd72Copy full SHA for 445cd72
package.json
@@ -5,14 +5,13 @@
5
"access": "public"
6
},
7
"description": "cluster manager for egg",
8
- "main": "./dist/commonjs/index.js",
9
"scripts": {
10
"lint": "eslint --cache src test --ext .ts",
11
"pretest": "npm run lint -- --fix && npm run prepublishOnly",
12
"test": "egg-bin test",
13
"preci": "npm run lint && npm run prepublishOnly",
14
- "ci": "egg-bin cov && attw --pack",
15
- "prepublishOnly": "tshy && tshy-after"
+ "ci": "egg-bin cov",
+ "prepublishOnly": "tshy && tshy-after && attw --pack"
16
17
"files": [
18
"dist",
@@ -90,5 +89,6 @@
90
89
"./package.json": "./package.json"
91
92
"types": "./dist/commonjs/index.d.ts",
+ "main": "./dist/commonjs/index.js",
93
"module": "./dist/esm/index.js"
94
}
0 commit comments