From acde8b0ccfdb3bbbfc565f9a286bef0366aee73d Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Thu, 25 Nov 2021 18:32:58 +0000 Subject: [PATCH] Add typings --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index eb1267d..c0e95eb 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,13 @@ "name": "vylbot-core", "version": "2.0.1", "description": "A discord client based upon discord.js", - "main": "./src/index", + "main": "./dist/index", + "typings": "./dist", "scripts": { "build": "tsc", "test": "jest", - "test:coverage": "jest --coverage", - "lint": "eslint ." + "lint": "eslint .", + "publish": "np" }, "author": "Vylpes", "license": "MIT",