From 8a65cf67ff4e9d1d5129b05c1677e579065e685b Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Mon, 8 Mar 2021 12:21:09 +0100 Subject: [PATCH] Remove script for declaration build --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index b00c69c..81463b5 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,6 @@ "lint": "eslint . --ext .ts", "prettier-format": "prettier --config .prettierrc '**/*.ts' --write", "ts:compile": "tsc", - "ts:definitions": "tsc --declaration --outDir . --emitDeclarationOnly", "tests": "mocha --require ts-node/register test/**/*.ts", "publish": "npm publish", "run-example": "npm run ts:compile && node ./dist/example.js"