Skip to content

Commit

Permalink
Use wp-script-module-exports for a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Sep 10, 2024
1 parent 95630cd commit 84b7339
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@
},
"main": "build/index.js",
"module": "build-module/index.js",
"wp-script-module": "build-module/module/index.js",
"react-native": "src/index",
"types": "build-types",
"wp-script-module-exports": {
".": "./build-module/module/index.js"
},
"dependencies": {
"@babel/runtime": "^7.16.0",
"@wordpress/dom-ready": "file:../dom-ready",
Expand Down

0 comments on commit 84b7339

Please sign in to comment.