Skip to content

Commit

Permalink
chore: packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink committed Jul 19, 2024
1 parent 2d07595 commit 0d1bfa2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "s2js",
"description": "javascript port of s2 geometry",
"version": "0.0.0-development",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -9,9 +10,12 @@
},
"author": "Peter Johnson",
"license": "AGPL",
"description": "javascript port of s2 geometry",
"repository": "github:missinglink/s2js",
"devDependencies": {
"@types/node": "^20.14.11",
"tsx": "^4.16.2"
},
"esm.sh": {
"bundle": false
}
}

0 comments on commit 0d1bfa2

Please sign in to comment.