@polkadot/util
Advanced tools
Comparing version 0.5.18 to 0.5.19
{ | ||
"name": "@polkadot/util", | ||
"version": "0.5.18", | ||
"version": "0.5.19", | ||
"description": "A collection of useful utilities for @polkadot", | ||
@@ -27,9 +27,9 @@ "main": "index.js", | ||
"scripts": { | ||
"build": "yarn polkadot-dev-build-babel && yarn polkadot-dev-build-docs", | ||
"check": "yarn eslint src && yarn flow check", | ||
"test": "yarn jest --coverage src" | ||
"build": "polkadot-dev-build-babel && polkadot-dev-build-docs", | ||
"check": "eslint src && flow check", | ||
"test": "jest --coverage src" | ||
}, | ||
"devDependencies": { | ||
"@polkadot/api-jsonrpc": "^0.5.1", | ||
"@polkadot/dev": "^0.9.8" | ||
"@polkadot/api-jsonrpc": "^0.5.4", | ||
"@polkadot/dev": "^0.9.9" | ||
}, | ||
@@ -36,0 +36,0 @@ "dependencies": { |
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
59471