Skip to content

Commit 15edc07

Browse files
authored
Merge pull request #11 from SrIzan10/patch-1
fix: js-esm not being esm
2 parents d223165 + 301af79 commit 15edc07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sern/create-bot",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"main": "./dist/index.js",
55
"license": "MIT",
66
"scripts": {

template-js-esm/src/commands/ping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { CommandType, commandModule } = require('@sern/handler');
1+
import { CommandType, commandModule } from '@sern/handler';
22

33
export default commandModule({
44
type: CommandType.Both,

0 commit comments

Comments
 (0)