diff --git a/js/package.json b/js/package.json index f3b046f48..db44e8a9f 100644 --- a/js/package.json +++ b/js/package.json @@ -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" @@ -94,4 +94,4 @@ "dependencies": { "uuid": "~11.0.3" } -} \ No newline at end of file +}