From 96ef6427c3d17af9df475cea33a75dd20763ee0d Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Sat, 26 Dec 2020 17:44:45 +0000 Subject: [PATCH] v1.3.0: typescript support --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 18ca7b7..0078d6d 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,12 @@ { "name": "bybit-api", - "version": "1.3.0-beta.2", + "version": "1.3.0", "description": "A production-ready Node.js connector for the Bybit APIs and WebSockets", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/*", - "index.js", - "dist/*" + "index.js" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", @@ -15,7 +14,6 @@ "prebuild": "npm run clean", "build": "tsc", "pack": "webpack --config webpack/webpack.config.js", - "prepush": "npm run build", "prepublish": "npm run build", "betapublish": "npm publish --tag beta" },