Skip to content

Commit

Permalink
Merge pull request #29 from bradgarropy/build
Browse files Browse the repository at this point in the history
🛠 build
  • Loading branch information
bradgarropy authored Jan 2, 2020
2 parents dfaa29d + d62e1b3 commit 2bb5b8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "labman",
"version": "0.4.1",
"version": "0.5.0",
"description": "👨🏼‍🔬 github label manager cli",
"keywords": [
"github",
Expand All @@ -11,7 +11,7 @@
"nodejs",
"cli"
],
"homepage": "https://labman.netlify.com",
"homepage": "https://npmjs.com/package/labman",
"bugs": {
"url": "https://github.com/bradgarropy/labman-cli/issues"
},
Expand All @@ -21,6 +21,9 @@
"email": "bradgarropy@gmail.com",
"url": "https://bradgarropy.com"
},
"files": [
"src"
],
"bin": {
"labman": "src/cli/index.js"
},
Expand Down

0 comments on commit 2bb5b8b

Please sign in to comment.