catchup
Showing
This diff is collapsed.
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| "main": "dist/index.js", | "main": "dist/index.js", | ||
| "scripts": { | "scripts": { | ||
| "lint": "eslint --fix .", | "lint": "eslint --fix .", | ||
| "build": "webpack" | "build": "webpack && env PACK_ALL=1 webpack" | ||
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | @@ -23,6 +23,9 @@ | ... | @@ -23,6 +23,9 @@ |
| "dependencies": { | "dependencies": { | ||
| "source-map-support": "^0.5.19" | "source-map-support": "^0.5.19" | ||
| }, | }, | ||
| "peerDependencies": { | |||
| "koishi": "^4.0.0-beta.2" | |||
| }, | |||
| "devDependencies": { | "devDependencies": { | ||
| "@types/node": "^16.4.12", | "@types/node": "^16.4.12", | ||
| "@typescript-eslint/eslint-plugin": "^4.29.0", | "@typescript-eslint/eslint-plugin": "^4.29.0", | ||
| ... | @@ -30,7 +33,7 @@ | ... | @@ -30,7 +33,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.0", | "eslint-plugin-prettier": "^3.4.0", | ||
| "koishi": "^4.0.0-alpha.8", | "koishi": "^4.0.0-beta.2", | ||
| "prettier": "^2.3.2", | "prettier": "^2.3.2", | ||
| "raw-loader": "^4.0.2", | "raw-loader": "^4.0.2", | ||
| "ts-loader": "^9.2.5", | "ts-loader": "^9.2.5", | ||
| ... | ... |
Please register or sign in to comment