chore: pre publish

This commit is contained in:
xiaojunnuo
2023-05-25 10:33:42 +08:00
parent c553f63127
commit c553b017af
16 changed files with 13 additions and 97 deletions
+1 -3
View File
@@ -6,7 +6,7 @@
"module": "./dist/pipeline.mjs",
"types": "./dist/d/index.d.ts",
"publishConfig": {
"main": "./dist/pipeline.umd.js",
"main": "./dist/bundle.js",
"module": "./dist/pipeline.mjs",
"types": "./dist/d/index.d.ts"
},
@@ -27,8 +27,6 @@
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@midwayjs/core": "^3.11.6",
"@midwayjs/decorator": "^3.11.6",
"@types/chai": "^4.3.5",
"@types/lodash": "^4.14.194",
"@types/mocha": "^10.0.1",