Skip to content

Commit

Permalink
fix: path to TypeScript declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks authored Dec 14, 2024
1 parent 754f8a4 commit b80c09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": [],
"main": "dist/followthemoney.umd.js",
"module": "dist/followthemoney.es5.js",
"typings": "dist/types/followthemoney.d.ts",
"typings": "dist/followthemoney.d.ts",
"sideEffects": false,
"files": [
"dist"
Expand Down Expand Up @@ -94,4 +94,4 @@
"dependencies": {
"uuid": "~11.0.3"
}
}
}

0 comments on commit b80c09f

Please sign in to comment.