Skip to content

Commit

Permalink
update types package.json to properly export types
Browse files Browse the repository at this point in the history
  • Loading branch information
kdembler authored Oct 17, 2024
1 parent f98ab20 commit d328ecc
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 d328ecc

Please sign in to comment.