create-reciple 7.0.0-dev.22 → 7.0.0

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/README.md +8 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,4 +4,12 @@ A tool to create starter project for Reciple
4
4
 
5
5
  ```bash
6
6
  npm create reciple@latest
7
+ yarn create reciple@latest
8
+ pnpm create reciple@latest
7
9
  ```
10
+
11
+ ## Available Templates
12
+ - Javascript (CommonJS)
13
+ - Javascript (ES Modules)
14
+ - Typescript (CommonJS)
15
+ - Typescript (ES Modules)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-reciple",
3
3
  "license": "GPL-3.0",
4
- "version": "7.0.0-dev.22",
4
+ "version": "7.0.0",
5
5
  "type": "module",
6
6
  "description": "Starter project for Reciple handler",
7
7
  "types": "./bin/bin.d.ts",
@@ -25,7 +25,7 @@
25
25
  "devDependencies": {
26
26
  "@types/prompts": "^2.4.2",
27
27
  "discord.js": "^14.7.1",
28
- "reciple": "^7.0.0-dev.14"
28
+ "reciple": "^7.0.0"
29
29
  },
30
- "gitHead": "c8e84b23ea2f7ea9a41b464591b9d9e5096b6b41"
30
+ "gitHead": "6fd6a5b591314974f287ef9e98ae34bfb79bc24e"
31
31
  }