Skip to content

Commit ba47e01

Browse files
committed
Update: add tokens
1 parent feaee1c commit ba47e01

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "react-formz",
33
"packageManager": "yarn@3.2.3",
4+
"version": "1.2.0",
45
"workspaces": [
56
"packages/*",
67
"packages/react-formz-validators/utils",

packages/react-formz-native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"form-builder",
1414
"react-native"
1515
],
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",
1818
"scripts": {
1919
"core:test": "yarn workspace @zerry/react-formz-core test",
2020
"web:test": "yarn workspace @zerry/react-formz test",

packages/react-formz-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dist"
66
],
77
"main": "./dist/index.umd.js",
8-
"types": "./dist/react-formz-web/src/index.d.ts",
8+
"types": "./dist/index.d.ts",
99
"module": "./dist/index.es.js",
1010
"exports": {
1111
".": {

0 commit comments

Comments
 (0)