Skip to content

Commit

Permalink
build(package.json): new version and github config
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucs1590 committed Jun 30, 2020
1 parent 2a201fd commit b2341bc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "show-bible",
"version": "1.0.1",
"version": "1.0.2",
"description": "This is a package that returns a verse of the bible. I hope that package can bless your life!",
"keywords": [
"bible",
Expand Down Expand Up @@ -41,5 +41,8 @@
"node": ">= 10.9.0",
"npm": ">= 6.2.0"
},
"preferGlobal": true
}
"preferGlobal": true,
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}

0 comments on commit b2341bc

Please sign in to comment.