Skip to content

Commit

Permalink
Package update
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsturges committed Jan 30, 2021
1 parent 6753866 commit 4210c14
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

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

14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"name": "lunar-phase",
"name": "lunarphase-js",
"version": "1.0.0",
"description": "Calculate phase of the moon using Julian date",
"author": "Jason Sturges <[email protected]> (https://jasonsturges.com)",
"homepage": "https://github.com/jasonsturges/lunar-phase",
"license": "ISC",
"main": "dist/lunar-phase.cjs.js",
"module": "dist/lunar-phase.esm.js",
"browser": "dist/lunar-phase.umd.js",
"keywords": [
"astronomy",
"moon",
"lunar",
"phase"
],
"main": "dist/lunarphase-js.cjs.js",
"module": "dist/lunarphase-js.esm.js",
"browser": "dist/lunarphase-js.umd.js",
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.1",
"@rollup/plugin-node-resolve": "^7.0.0",
Expand Down

0 comments on commit 4210c14

Please sign in to comment.