diff --git a/.d.ts b/.d.ts index b827a0d..f373d54 100644 --- a/.d.ts +++ b/.d.ts @@ -1,4 +1,4 @@ -declare module "discord-dashboard" { +declare module "dashboard-core" { let Dashboard: any const formTypes: formTypes diff --git a/package.json b/package.json index 2289bbc..0b51753 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "discord-dashboard", + "name": "dashboard-core", "version": "1.0", "description": "dashboard", "main": "index.js",