Skip to content

Commit

Permalink
Fix content picker path
Browse files Browse the repository at this point in the history
  • Loading branch information
tlovett1 committed Feb 14, 2021
1 parent c616e66 commit 5a63264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { ContentPicker } from './components/content-picker';
export { ContentPicker } from './components/ContentPicker';
export { IsAdmin } from './components/is-admin';
export { useHasSelectedInnerBlock } from './hooks/use-has-selected-inner-block';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.0.1",
"version": "1.0.2",
"description": "10up Components built for the WordPress Block Editor.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5a63264

Please sign in to comment.