Skip to content

Commit

Permalink
Restore missing "typings" from package.json, used by some IDEs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Nov 27, 2023
1 parent 4e8325b commit 1c81a90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hebcal/noaa",
"version": "0.8.8",
"version": "0.8.9",
"description": "sunrise and sunset via NOAA algorithm with elevation, based on KosherJava",
"author": "Michael J. Radwin (https://github.com/mjradwin)",
"contributors": [
Expand All @@ -15,6 +15,7 @@
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"type": "module",
"exports": {
"import": "./dist/index.js",
Expand Down

0 comments on commit 1c81a90

Please sign in to comment.