Skip to content

Commit b953833

Browse files
committed
PKG -- [fcl] fix types path
1 parent b61dd1e commit b953833

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/fcl-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"main": "dist/fcl-core.js",
3535
"module": "dist/fcl-core.module.js",
3636
"unpkg": "dist/fcl-core.umd.min.js",
37-
"types": "dist/fcl-core.d.ts",
37+
"types": "types/fcl-core.d.ts",
3838
"scripts": {
3939
"pain": "npm publish --tag pain",
4040
"alpha": "npm publish --tag alpha",

packages/fcl-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"main": "dist/fcl-react-native.js",
3434
"module": "dist/fcl-react-native.module.js",
3535
"unpkg": "dist/fcl-react-native.umd.min.js",
36-
"types": "dist/fcl-react-native.d.ts",
36+
"types": "types/fcl-react-native.d.ts",
3737
"scripts": {
3838
"pain": "npm publish --tag pain",
3939
"alpha": "npm publish --tag alpha",

packages/fcl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"main": "dist/fcl.js",
3434
"module": "dist/fcl.module.js",
3535
"unpkg": "dist/fcl.umd.min.js",
36-
"types": "dist/fcl.d.ts",
36+
"types": "types/fcl.d.ts",
3737
"scripts": {
3838
"pain": "npm publish --tag pain",
3939
"alpha": "npm publish --tag alpha",

0 commit comments

Comments
 (0)