Skip to content

Commit

Permalink
Merge pull request #11 from SrIzan10/patch-1
Browse files Browse the repository at this point in the history
fix: js-esm not being esm
  • Loading branch information
jacoobes authored Sep 14, 2023
2 parents d223165 + 301af79 commit 15edc07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sern/create-bot",
"version": "1.2.4",
"version": "1.2.5",
"main": "./dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion template-js-esm/src/commands/ping.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { CommandType, commandModule } = require('@sern/handler');
import { CommandType, commandModule } from '@sern/handler';

export default commandModule({
type: CommandType.Both,
Expand Down

0 comments on commit 15edc07

Please sign in to comment.