File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-formz" ,
3
3
"packageManager" : " yarn@3.2.3" ,
4
+ "version" : " 1.2.0" ,
4
5
"workspaces" : [
5
6
" packages/*" ,
6
7
" packages/react-formz-validators/utils" ,
Original file line number Diff line number Diff line change 13
13
" form-builder" ,
14
14
" react-native"
15
15
],
16
- "main" : " ./dist/react-formz-native/ index.js" ,
17
- "types" : " ./dist/react-formz-native/ index.d.ts" ,
16
+ "main" : " ./dist/index.js" ,
17
+ "types" : " ./dist/index.d.ts" ,
18
18
"scripts" : {
19
19
"core:test" : " yarn workspace @zerry/react-formz-core test" ,
20
20
"web:test" : " yarn workspace @zerry/react-formz test" ,
Original file line number Diff line number Diff line change 5
5
" dist"
6
6
],
7
7
"main" : " ./dist/index.umd.js" ,
8
- "types" : " ./dist/react-formz-web/src/ index.d.ts" ,
8
+ "types" : " ./dist/index.d.ts" ,
9
9
"module" : " ./dist/index.es.js" ,
10
10
"exports" : {
11
11
"." : {
You can’t perform that action at this time.
0 commit comments