Skip to content

Commit

Permalink
feat: make TBase available to server components
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Dec 5, 2023
1 parent b10a97a commit ba6c869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": "./dist/tolgee-in-context-tools.cjs.js",
"module": "./dist/tolgee-in-context-tools.esm.js",
"import": "./dist/tolgee-in-context-tools.esm.mjs",
"types": "./types/index.d.ts"
"types": "./types/tools.d.ts"
},
"./package.json": "./package.json"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"require": "./../dist/tolgee-in-context-tools.cjs.js",
"module": "./../dist/tolgee-in-context-tools.esm.js",
"import": "./../dist/tolgee-in-context-tools.esm.mjs",
"types": "./../types/index.d.ts"
"types": "./../types/tools.d.ts"
},
"./package.json": "./package.json"
}
Expand Down

0 comments on commit ba6c869

Please sign in to comment.