Skip to content

Commit

Permalink
Update code to ES6 and remove unused/dead code (e.g. Moon)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Nov 29, 2021
1 parent afda77f commit 12cca55
Show file tree
Hide file tree
Showing 9 changed files with 76 additions and 756 deletions.
1 change: 0 additions & 1 deletion index.d.ts

This file was deleted.

3 changes: 0 additions & 3 deletions index.js

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@hebcal/solar-calc",
"version": "1.0.7",
"version": "1.1.0",
"description": "A sunrise/sunset/moonrise/moonset calculator - fork",
"main": "index.js",
"types": "index.d.ts",
"main": "lib/solarCalc.js",
"types": "types/solarCalc.d.ts",
"scripts": {
"build": "babel src --out-dir lib",
"prepublish": "npm run build",
Expand Down
Loading

0 comments on commit 12cca55

Please sign in to comment.