diff --git a/.changeset/calm-planes-wait.md b/.changeset/calm-planes-wait.md new file mode 100644 index 000000000..93bbe67ad --- /dev/null +++ b/.changeset/calm-planes-wait.md @@ -0,0 +1,5 @@ +--- +'@flatfile/plugin-record-hook': patch +--- + +Update common js location in package.json' diff --git a/plugins/record-hook/package.json b/plugins/record-hook/package.json index a54da79ab..80ce52e8c 100644 --- a/plugins/record-hook/package.json +++ b/plugins/record-hook/package.json @@ -37,7 +37,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "umd": "./dist/index.umd.js", "source": "./src/index.ts", @@ -78,4 +78,4 @@ "devDependencies": { "@flatfile/bundler-config-tsup": "^0.1.0" } -} \ No newline at end of file +}