diff --git a/.storybook/package.json b/.storybook/package.json new file mode 100644 index 0000000..5bbefff --- /dev/null +++ b/.storybook/package.json @@ -0,0 +1,3 @@ +{ + "type": "commonjs" +} diff --git a/package.json b/package.json index 0ecc1c7..80a1553 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "@oakstudios/mechanical-ragger", "version": "0.5", "description": "A layout tool that automatically rags long text by line", + "type": "module", "main": "./index.js", "types": "./index.d.ts", "exports": {