Skip to content

Commit

Permalink
Merge pull request #61 from camptocamp/fix-typings-path
Browse files Browse the repository at this point in the history
NPM package typings are actually in the src folder as TS files
  • Loading branch information
jahow authored Jul 24, 2024
2 parents a9abcef + d666e2d commit 1b48d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A pure JS library for interacting with geospatial services.",
"main": "./dist/dist-node.js",
"browser": "./dist/index.js",
"typings": "./dist/index.d.ts",
"typings": "./src/index.ts",
"repository": "https://github.com/camptocamp/ogc-client",
"homepage": "https://github.com/camptocamp/ogc-client",
"files": [
Expand Down

0 comments on commit 1b48d46

Please sign in to comment.