This commit is contained in:
Aleksandr Kraiz
2023-02-10 18:31:14 +04:00
committed by GitHub
parent 26bb95637a
commit d373d4b791
4 changed files with 33 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.17.4",
"version": "0.17.5-rc.4",
"description": "Orion Protocol SDK",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
@@ -11,7 +11,7 @@
"clean": "rimraf lib/*",
"watch-ts": "tsc -w --skipLibCheck",
"watch-js": "nodemon lib/esm/index.js",
"prepare": "husky install",
"prepare": "is-ci || husky install",
"prebuild": "tsc",
"build": "webpack",
"coverage": "jest --coverage",
@@ -60,6 +60,7 @@
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"husky": "^7.0.4",
"is-ci": "^3.0.1",
"jest": "^29.4.2",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",