Skip to content

Commit

Permalink
Abandon npm hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
rkovacevic committed Nov 19, 2017
1 parent 26f10ff commit e33ee18
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diameter-dictionary",
"version": "1.0.1",
"version": "1.0.2",
"description": "Collated Wireshark dictionaries for Diameter",
"author": "Robert Kovacevic <robert.kovacevic1@gmail.com>",
"contributors": [
Expand All @@ -20,8 +20,7 @@
"napa": "3.0.0"
},
"scripts": {
"prepublish": "./node_modules/.bin/napa git://github.com/wireshark/wireshark.git#9705f653daa134cbf63098ff44d5cebb021bffb4 && node build.js",
"build": "node build.js"
"build": "./node_modules/.bin/napa git://github.com/wireshark/wireshark.git#9705f653daa134cbf63098ff44d5cebb021bffb4 && node build.js"
},
"keywords": [
"diameter", "protocol", "rfc6733", "dictionary"
Expand Down

0 comments on commit e33ee18

Please sign in to comment.