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