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