Skip to content

Commit 4f9eaf7

Browse files
committed
feat: change project to type ESM as default
1 parent 6efeeb3 commit 4f9eaf7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "rc-field-form",
33
"version": "1.29.1",
4+
"type": "module",
45
"description": "React Form Component",
5-
"typings": "es/index.d.ts",
66
"engines": {
77
"node": ">=8.x"
88
},

0 commit comments

Comments
 (0)