Skip to content

Commit

Permalink
chore: making package public so I can publish (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenniblock committed Jun 10, 2020
1 parent e82f83f commit 1267d1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "A simple CLI for gathering key info around a git repo and writing it to a json file",
"main": "src/index.js",
"publishConfig": {
"access": "public"
},
"bin": {
"buildgoggles": "./bin/buildgoggles"
},
Expand Down

0 comments on commit 1267d1f

Please sign in to comment.