Skip to content

Commit

Permalink
Merge pull request #1607 from sjinks/patch-1
Browse files Browse the repository at this point in the history
fix: path to TypeScript declarations
  • Loading branch information
pudo authored Dec 16, 2024
2 parents 754f8a4 + b80c09f commit 3db2591
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 3db2591

Please sign in to comment.