Skip to content

Commit 26f10ff

Browse files
committed
Testing Travis build with prepublish npm hook
1 parent 4348940 commit 26f10ff

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ node_js:
33
- "6"
44
- "6.1"
55
- "5.11"
6-
- "0.10"
7-
- "iojs"
86
deploy:
97
provider: npm
108
email: "$EMAIL"

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diameter-dictionary",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Collated Wireshark dictionaries for Diameter",
55
"author": "Robert Kovacevic <robert.kovacevic1@gmail.com>",
66
"contributors": [
@@ -20,8 +20,7 @@
2020
"napa": "3.0.0"
2121
},
2222
"scripts": {
23-
"install": "./node_modules/.bin/napa git://github.com/wireshark/wireshark.git#9705f653daa134cbf63098ff44d5cebb021bffb4",
24-
"postinstall": "node build.js",
23+
"prepublish": "./node_modules/.bin/napa git://github.com/wireshark/wireshark.git#9705f653daa134cbf63098ff44d5cebb021bffb4 && node build.js",
2524
"build": "node build.js"
2625
},
2726
"keywords": [

0 commit comments

Comments
 (0)