Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
decanus authored Jul 4, 2019
1 parent 107bdb4 commit 899fee8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensdomains/resolver",
"version": "0.1.6",
"version": "0.1.7",
"requires": true,
"lockfileVersion": 1,
"devDependencies": {
Expand All @@ -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": {}
}

0 comments on commit 899fee8

Please sign in to comment.