Skip to content

Commit

Permalink
Merge pull request #5192 from Joystream/kdembler-patch-1
Browse files Browse the repository at this point in the history
update types package.json to properly export types
  • Loading branch information
mnaamani authored Oct 21, 2024
2 parents f98ab20 + d328ecc commit 44c01ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions types/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@joystream/types",
"version": "4.6.0",
"version": "4.6.1",
"description": "Types for Joystream Substrate Runtime - Nara release",
"main": "lib/cjs/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"import": "./lib/mjs/index.js",
"require": "./lib/cjs/index.js"
"require": "./lib/cjs/index.js",
"types": "./lib/index.d.ts"
}
},
"typesVersions": {
Expand Down

0 comments on commit 44c01ea

Please sign in to comment.