diff --git a/index.js b/index.js index 02eda9d5..79900c15 100644 --- a/index.js +++ b/index.js @@ -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'; diff --git a/package.json b/package.json index 934a5f0c..b270f9e1 100644 --- a/package.json +++ b/package.json @@ -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": {