Skip to content

Commit 4179e64

Browse files
committed
command -> commands in package.json
1 parent 2db0019 commit 4179e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"exports": {
1919
".": "./dist/npm/index.js",
20-
"./command": "./dist/npm/command.js"
20+
"./commands": "./dist/npm/commands.js"
2121
},
2222
"files": [
2323
"./dist/npm",

0 commit comments

Comments
 (0)