create-kokkoro 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/project.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-kokkoro",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "The project creation tool for the Kokkoro QQ bot framework.",
5
5
  "keywords": [
6
6
  "bot",
package/src/project.ts CHANGED
@@ -116,7 +116,7 @@ export async function createProject(directory: string, isForced = false): Promis
116
116
  start: 'bun run main.ts',
117
117
  },
118
118
  dependencies: {
119
- kokkoro: '^3.0.1',
119
+ kokkoro: '^3.0.2',
120
120
  },
121
121
  devEngines: {
122
122
  runtime: {