@xchainjs/xchain-util
Advanced tools
Comparing version 0.13.5 to 0.13.6
{ | ||
"name": "@xchainjs/xchain-util", | ||
"version": "0.13.5", | ||
"version": "0.13.6", | ||
"description": "Helper utilities for XChain clients", | ||
@@ -29,2 +29,3 @@ "keywords": [ | ||
"build": "yarn clean && rollup -c", | ||
"build:release": "yarn exec rm -rf release && yarn pack && yarn exec \"mkdir release && tar zxvf package.tgz --directory release && rm package.tgz\"", | ||
"test": "jest", | ||
@@ -37,4 +38,5 @@ "lint": "eslint \"{src,__tests__}/**/*.ts\" --fix --max-warnings 0" | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"directory": "release/package" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
157121