Skip to content

Commit

Permalink
Version v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsturges committed Dec 27, 2022
1 parent 7d109d0 commit b8d8299
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lunarphase-js",
"version": "1.0.10",
"version": "2.0.0",
"description": "Calculate phase of the moon using Julian date",
"author": "Jason Sturges <[email protected]> (https://jasonsturges.com)",
"homepage": "https://jasonsturges.github.io/lunarphase-js/",
Expand All @@ -13,7 +13,8 @@
"astronomy",
"moon",
"lunar",
"phase"
"phase",
"julian"
],
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit b8d8299

Please sign in to comment.