Skip to content

Commit

Permalink
Merge pull request #14 from anfema/f.pichler/13-binary-is-not-exposed…
Browse files Browse the repository at this point in the history
…-via-package-json

Expose binary in package.json
  • Loading branch information
pichfl authored Sep 12, 2018
2 parents 332f56a + 6da471c commit c7950a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "work",
"version": "1.2.0",
"version": "1.2.1",
"main": "index.js",
"author": "Florian Pichler <[email protected]>",
"license": "MIT",
"scripts": {
"start": "node index.js",
"work": "bin/work"
},
"bin": { "work": "./bin/work" },
"dependencies": {
"@octokit/rest": "~15.11.1",
"chalk": "^2.4.1",
Expand Down

0 comments on commit c7950a8

Please sign in to comment.