Skip to content

Commit

Permalink
fix: TypeScript type declaration path (#371)
Browse files Browse the repository at this point in the history
Co-authored-by: wsuwt <[email protected]>
  • Loading branch information
wsuwt and phetw authored Jun 20, 2022
1 parent 4b40823 commit 03a5fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Shared utilities for Element Framework",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"typesVersions": {
"*": {
"*.js": [
Expand Down Expand Up @@ -31,7 +32,6 @@
"./navigation.js": "./lib/navigation.js",
"./uuid.js": "./lib/uuid.js"
},
"types": "lib/utils.d.ts",
"repository": {
"type": "git",
"url": "[email protected]:Refinitiv/refinitiv-ui.git",
Expand All @@ -55,4 +55,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 03a5fed

Please sign in to comment.