@polkadot/util
Advanced tools
Comparing version 0.5.3 to 0.5.4
{ | ||
"name": "@polkadot/util", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "A collection of useful utilities for @polkadot", | ||
@@ -30,10 +30,8 @@ "main": "index.js", | ||
"build:md": "polkadot-dev-build-docs", | ||
"check": "npm run check:lint && npm run check:flow", | ||
"check:flow": "flow check", | ||
"check:lint": "eslint src", | ||
"test": "cross-env NODE_ENV=test babel-istanbul cover _mocha 'src/*.spec.js' 'src/**/*.spec.js'" | ||
"check": "eslint src && flow check", | ||
"test": "jest --coverage src" | ||
}, | ||
"devDependencies": { | ||
"@polkadot/dev": "^0.1.7", | ||
"@polkadot/jsonrpc": "^0.3.5" | ||
"@polkadot/dev": "^0.2.2", | ||
"@polkadot/jsonrpc": "^0.3.6" | ||
}, | ||
@@ -40,0 +38,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
16265