We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b04f1 commit 62635eaCopy full SHA for 62635ea
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ensdomains/address-encoder",
3
- "version": "0.2.16",
+ "version": "0.2.17",
4
"description": "Encodes and decodes address formats for various cryptocurrencies",
5
"source": "src/index.ts",
6
"main": "lib/index.js",
@@ -10,8 +10,9 @@
10
"build": "microbundle",
11
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
12
"lint": "tslint -p tsconfig.json",
13
- "prepare": "npm run build",
14
- "prepublishOnly": "npm run test",
+ "prepare": "yarn build",
+ "prepublishOnly": "yarn build",
15
+ "pub": "yarn publish --access public",
16
"size": "browserify lib/index.js | wc -c",
17
"test": "jest --config jestconfig.json"
18
},
0 commit comments