Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
catplvsplus committed Nov 10, 2023
1 parent 7a639f4 commit 2409699
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 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": "8.1.7",
"version": "8.2.0",
"type": "module",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@types/node": "^20.8.10",
"discord.js": "^14.13.0",
"nodemon": "^3.0.1",
"reciple": "^8.1.7",
"reciple": "^8.1.8",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/reciple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Reciple is a Discord.js bot framework",
"homepage": "https://reciple.js.org/docs/reciple",
"license": "GPL-3.0",
"version": "8.1.7",
"version": "8.1.8",
"main": "./dist/index.js",
"module": "./dist/esm.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 2409699

Please sign in to comment.