Skip to content

Commit

Permalink
fix: more constant exports where missing
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrees committed Jun 28, 2022
1 parent 32d3a29 commit 50048f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/document-internationalization",
"version": "1.0.0-v3-studio.2",
"version": "1.0.0-v3-studio.3",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export {IdStructure} from './constants'
export * from './constants'
export * from './actions'
export * from './structure'
export * from './validators'
Expand Down

0 comments on commit 50048f7

Please sign in to comment.