Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
catplvsplus committed Jul 14, 2024
1 parent e62ca44 commit ca6ca59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/create-reciple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "create-reciple",
"description": "A Reciple Discord bot project builder",
"license": "GPL-3.0",
"version": "9.6.1",
"version": "9.6.2",
"type": "module",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@clack/prompts": "^0.7.0",
"@reciple/core": "^9.4.0",
"@reciple/decorators": "^9.1.0",
"@reciple/decorators": "^9.1.1",
"@reciple/utils": "^9.3.1",
"commander": "^12.1.0",
"compressing": "^1.10.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Typescript decorators for Reciple",
"homepage": "https://reciple.js.org/docs/decorators",
"license": "GPL-3.0",
"version": "9.1.0",
"version": "9.1.1",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand Down

0 comments on commit ca6ca59

Please sign in to comment.