Skip to content

Commit

Permalink
Remove /src/ from path to types file
Browse files Browse the repository at this point in the history
Fixes #142
  • Loading branch information
mohsen1 committed Jun 24, 2024
1 parent c561ffc commit 3da1a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"main": "dist/json-formatter.cjs",
"module": "dist/json-formatter.mjs",
"browser": "dist/json-formatter.umd.js",
"types": "dist/src/index.d.ts",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/json-formatter.mjs",
"require": "./dist/json-formatter.cjs",
"browser": "./dist/json-formatter.umd.cjs",
"types": "./dist/src/index.d.ts",
"types": "./dist/index.d.ts",
"default": "./dist/json-formatter.cjs"
}
},
Expand Down

0 comments on commit 3da1a5a

Please sign in to comment.