Skip to content

Commit

Permalink
fix(package): publish definition file only to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Dec 11, 2018
1 parent 6ef1260 commit 824a21b
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
Expand Up @@ -7,7 +7,7 @@
"description": "",
"main": "index.json",
"bin": {
"octokit-webhooks": "octokit-webhooks.js"
"octokit-webhooks": "bin/octokit-webhooks.js"
},
"devDependencies": {
"@octokit/request": "^2.2.0",
Expand All @@ -31,7 +31,6 @@
"author": "Gregor Martynus (https://github.com/gr2m)",
"license": "MIT",
"files": [
"bin",
"lib"
"index.json"
]
}

0 comments on commit 824a21b

Please sign in to comment.