Skip to content

Commit

Permalink
AutoCommit: Bump Repository (Update Repository Files)
Browse files Browse the repository at this point in the history
  • Loading branch information
thealternatedev committed Oct 25, 2023
1 parent caf0be4 commit 3d4349c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/node": "^20.8.6"
},
"dependencies": {
"@redactcord/templates": "^0.0.1",
"@redactcord/templates": "^0.0.2",
"better-sqlite3": "^9.0.0",
"cli-color": "^2.0.3",
"commander": "^11.1.0",
Expand Down
4 changes: 3 additions & 1 deletion packages/templates/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
module.exports = {
TEMPLATES: [],
TEMPLATES: [
"RedactDev/SimplePingCommand"
],
GithubPrefix: "https://github.com/"
}
2 changes: 1 addition & 1 deletion packages/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redactcord/templates",
"version": "0.0.1",
"version": "0.0.2",
"description": "Provides all template urls for the main package",
"main": "index.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit 3d4349c

Please sign in to comment.