Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 46b209a

Browse files
committed
chore: Build as CJS also
1 parent c78d5b5 commit 46b209a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/react-forms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@heetch/react-forms-legacy",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"author": "Heetch",
66
"devDependencies": {

packages/react-forms/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"external": ["react/jsx-runtime"],
1616
"rollupConfig": "packages/react-forms/rollup.config",
1717
"compiler": "babel",
18+
"format": ["esm", "cjs"],
1819
"extractCss": "style.css",
1920
"assets": [
2021
{

0 commit comments

Comments
 (0)