Skip to content

Commit

Permalink
Add JSR support
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWoods committed Aug 29, 2024
1 parent d97369c commit 0c98326
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@notwoods/spherical-geometry-js",
"version": "3.0.1",
"exports": {
".": "./src/index.js"
},
"publish": {
"include": ["src/**/*"]
}
}
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* @module spherical-geometry
*/

/// <reference types="./index.d.ts" />

export { default as computeArea } from './compute-area.js';
export { default as computeDistanceBetween } from './compute-distance-between.js';
export { default as computeHeading } from './compute-heading.js';
Expand Down

0 comments on commit 0c98326

Please # to comment.