create-bot-ts 1.0.7 → 1.0.8

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -233,7 +233,7 @@ cp.exec("npm init -y", { cwd: process.cwd() }, () => {
233
233
  };
234
234
  package["lint-staged"] = {
235
235
  "./src/**/*.ts": ["eslint --fix"],
236
- };u
236
+ };
237
237
 
238
238
  fs.writeFileSync(
239
239
  path.join(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-bot-ts",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "\"MahoMuri's personal template for Discord Bots\"",
5
5
  "main": "index.js",
6
6
  "author": "MahoMuri",