@substrate/connect-known-chains
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "@substrate/connect-known-chains", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Substrate-connect well known chain specifications", | ||
@@ -89,5 +89,5 @@ "author": "Parity Team <admin@parity.io>", | ||
"clean": "rm -rf dist", | ||
"build": "pnpm build-js-specs && node scripts/build.js", | ||
"build": "pnpm build-js-specs && tsc --noEmit && node scripts/build.js", | ||
"lint": "eslint . --ext .js,.ts" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
17919533