Skip to content

Commit 62635ea

Browse files
authored
v0.2.17 (#330)
1 parent 93b04f1 commit 62635ea

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ensdomains/address-encoder",
3-
"version": "0.2.16",
3+
"version": "0.2.17",
44
"description": "Encodes and decodes address formats for various cryptocurrencies",
55
"source": "src/index.ts",
66
"main": "lib/index.js",
@@ -10,8 +10,9 @@
1010
"build": "microbundle",
1111
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
1212
"lint": "tslint -p tsconfig.json",
13-
"prepare": "npm run build",
14-
"prepublishOnly": "npm run test",
13+
"prepare": "yarn build",
14+
"prepublishOnly": "yarn build",
15+
"pub": "yarn publish --access public",
1516
"size": "browserify lib/index.js | wc -c",
1617
"test": "jest --config jestconfig.json"
1718
},

0 commit comments

Comments
 (0)