snapshot before rebranding
This commit is contained in:
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "@substrate/ss58-registry",
|
||||
"version": "1.17.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Registry for SS58 account types",
|
||||
"author": "Parity Technologies <admin@parity.io>",
|
||||
"main": "ss58-registry.json",
|
||||
"repository": "https://github.com/paritytech/ss58-registry",
|
||||
"scripts": {
|
||||
"alignVersion": "./scripts/js/align_version.mjs && npm install",
|
||||
"build": "npm run alignVersion && rm -rf npm_dist && mkdir -p npm_dist && ./scripts/js/build_js.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"toml": "^3.0.0"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user