v1.3.0: typescript support
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user