Skip to content

Commit 009619d

Browse files
committed
updated package.json
1 parent b5d1300 commit 009619d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "wld-bbox",
33
"version": "0.0.1",
4-
"description": "Calculate a Bounding Box given a World File and Raster Size. Super High Precision.",
5-
"main": "wld-bbox.js",
4+
"description": "Convert between a Bounding Box and World File given a Raster Size. Super High Precision.",
5+
"main": "index.js",
66
"files": [
7-
"wld-bbox.js"
7+
"index.js",
8+
"forward.js",
9+
"inverse.js"
810
],
911
"scripts": {
1012
"format": "npx prettier --arrow-parens=avoid --print-width=120 --trailing-comma=none --write *.js",

0 commit comments

Comments
 (0)