mirror of
https://github.com/sern-handler/handler
synced 2026-06-28 02:32:15 +00:00
fix: invalid id for cts, mts, cjs, mjs files, node paths (#318)
* better error messages * fix: invalid id for cts, mts, cjs, mjs files
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"version": "3.0.1",
|
||||
"description": "A complete, customizable, typesafe, & reactive framework for discord bots.",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/cjs/index.cjs",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
|
||||
Reference in New Issue
Block a user