Skip to content

Commit

Permalink
feat(release): release version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreVarandas committed Oct 12, 2020
1 parent 52dfe04 commit d8645e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "0.0.0-development",
"description": "Get the sunrise and sunset for your location, right from your terminal!",
"main": "index.js",
"types": "lib/index.d.ts",
"publishConfig": {
"access": "public"
},
"bin": {
"sunrise": "bin/sunrise"
},
Expand Down

0 comments on commit d8645e3

Please sign in to comment.