diff --git a/inlang/source-code/settings-component/package.json b/inlang/source-code/settings-component/package.json index 31fe7921ab..f34c398c67 100644 --- a/inlang/source-code/settings-component/package.json +++ b/inlang/source-code/settings-component/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/settings-component", "type": "module", - "version": "0.0.5", + "version": "0.0.6", "publishConfig": { "access": "public" }, @@ -13,7 +13,7 @@ } }, "scripts": { - "build": "pnpm run format && esbuild src/index.ts --bundle --platform=node --target=node18 --format=esm --outfile=dist/index.mjs && tsc --emitDeclarationOnly --declaration --outDir dist", + "build": "pnpm run format && esbuild src/index.ts --bundle --format=esm --outfile=dist/index.mjs && tsc --emitDeclarationOnly --declaration --outDir dist", "format": "prettier --write **/*.ts", "storybook": "storybook dev -p 6006" },