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",