Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
catplvsplus committed May 29, 2024
1 parent eeb41e9 commit 129f2b6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 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.0.0-dev.7",
"version": "9.0.0-dev.8",
"type": "module",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@types/node": "^20.12.12",
"discord.js": "^14.15.2",
"nodemon": "^3.1.2",
"reciple": "^9.0.0-dev.6",
"reciple": "^9.0.0-dev.7",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@reciple/docgen",
"description": "Parses typescript files and generate json output",
"license": "GPL-3.0",
"version": "9.0.0-dev.3",
"version": "9.0.0-dev.4",
"type": "module",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
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": "9.0.0-dev.6",
"version": "9.0.0-dev.7",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": "./dist/bin.js",
Expand Down

0 comments on commit 129f2b6

Please sign in to comment.