Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug6739 committed Nov 19, 2022
1 parent 7d9f845 commit 1d12cbc
Show file tree
Hide file tree
Showing 4 changed files with 1,368 additions and 1,139 deletions.
4 changes: 2 additions & 2 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
@@ -1,7 +1,7 @@
{
"name": "@sheweny/cli",
"description": "Cli for sheweny framework",
"version": "2.2.2",
"version": "2.2.3",
"main": "bin/sheweny.js",
"bin": {
"sheweny": "bin/sheweny.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default () => {
return [
`const { Modal } = require("sheweny");
export class ModalComponent extends Modal {
module.exports = class ModalComponent extends Modal {
constructor(client) {
super(client, ["modal-id"]);
}
Expand Down
Loading

0 comments on commit 1d12cbc

Please sign in to comment.