Skip to content

Commit

Permalink
fix: update path to TS types (#58)
Browse files Browse the repository at this point in the history
Right now a link to TS declaration leads to a non-existing file.
  • Loading branch information
ukstv authored Aug 1, 2023
1 parent 4da0b7b commit f8af841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"url": "https://github.com/ipfs/npm-go-ipfs/issues"
},
"homepage": "https://github.com/ipfs/npm-go-ipfs",
"types": "./dist/src/types.d.ts",
"types": "./src/types.d.ts",
"devDependencies": {
"@types/got": "^9.6.12",
"@types/gunzip-maybe": "^1.4.0",
Expand Down
1 change: 1 addition & 0 deletions src/types.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export function path(): string

0 comments on commit f8af841

Please sign in to comment.