Skip to content

Commit

Permalink
fix: @makeswift/runtime/state/breakpoints exports
Browse files Browse the repository at this point in the history
  • Loading branch information
migueloller committed Mar 1, 2024
1 parent 7d9d9b0 commit e7c330f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/plenty-mugs-happen.md
@@ -0,0 +1,5 @@
---
'@makeswift/runtime': patch
---

Fix exports for internal `@makeswift/runtime/state/breakpoints`.
6 changes: 3 additions & 3 deletions packages/runtime/package.json
Expand Up @@ -78,9 +78,9 @@
"types": "./dist/types/slate/index.d.ts"
},
"./state/breakpoints": {
"require": "./dist/cjs/state/module/breakpoints.js",
"import": "./dist/esm/state/module/breakpoints.js",
"types": "./dist/types/state/module/breakpoints.d.ts"
"require": "./dist/cjs/state/modules/breakpoints.js",
"import": "./dist/esm/state/modules/breakpoints.js",
"types": "./dist/types/state/modules/breakpoints.d.ts"
}
},
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit e7c330f

Please sign in to comment.