catchup
Showing
This diff is collapsed.
| ... | ... | @@ -6,10 +6,13 @@ |
| "dependencies": { | ||
| "source-map-support": "^0.5.19" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.0.0-beta.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/lodash": "^4.14.175", | ||
| "@types/node": "^15.0.1", | ||
| "koishi": "^4.0.0-alpha.8", | ||
| "koishi": "^4.0.0-beta.2", | ||
| "lodash": "^4.17.21", | ||
| "moment": "^2.29.1", | ||
| "raw-loader": "^4.0.2", | ||
| ... | ... | @@ -20,7 +23,7 @@ |
| "webpack-cli": "^4.6.0" | ||
| }, | ||
| "scripts": { | ||
| "build": "webpack" | ||
| "build": "webpack && env PACK_ALL=1 webpack" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| ... | ... |
Please register or sign in to comment