From 899fee8c85fd60ebe04855f0991da3d796ff6081 Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Thu, 4 Jul 2019 10:28:00 -0400 Subject: [PATCH] Update package.json --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d91a99e..9e74cc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ensdomains/resolver", - "version": "0.1.6", + "version": "0.1.7", "requires": true, "lockfileVersion": 1, "devDependencies": { @@ -18,7 +18,8 @@ "test": "truffle test", "watch": "npm-watch", "lint": "solium --dir ./contracts", - "prepublishOnly": "truffle compile && truffle networks --clean" + "prepublishOnly": "truffle compile && truffle networks --clean", + "pub": "npm run prepublishOnly && npm publish" }, "dependencies": {} }