catchup
Showing
This diff is collapsed.
| ... | ... | @@ -6,7 +6,7 @@ |
| "typings": "dist/src/index.d.ts", | ||
| "scripts": { | ||
| "lint": "eslint --fix .", | ||
| "build": "webpack" | ||
| "build": "webpack && env PACK_ALL=1 webpack" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| ... | ... | @@ -39,7 +39,7 @@ |
| "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.1", | ||
| "koishi": "^4.0.0-alpha.9", | ||
| "koishi": "^4.0.0-beta.2", | ||
| "prettier": "^2.4.1", | ||
| "raw-loader": "^4.0.2", | ||
| "ts-loader": "^9.2.6", | ||
| ... | ... |
Please register or sign in to comment