File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
"main" : " dist/fcl-core.js" ,
35
35
"module" : " dist/fcl-core.module.js" ,
36
36
"unpkg" : " dist/fcl-core.umd.min.js" ,
37
- "types" : " dist /fcl-core.d.ts" ,
37
+ "types" : " types /fcl-core.d.ts" ,
38
38
"scripts" : {
39
39
"pain" : " npm publish --tag pain" ,
40
40
"alpha" : " npm publish --tag alpha" ,
Original file line number Diff line number Diff line change 33
33
"main" : " dist/fcl-react-native.js" ,
34
34
"module" : " dist/fcl-react-native.module.js" ,
35
35
"unpkg" : " dist/fcl-react-native.umd.min.js" ,
36
- "types" : " dist /fcl-react-native.d.ts" ,
36
+ "types" : " types /fcl-react-native.d.ts" ,
37
37
"scripts" : {
38
38
"pain" : " npm publish --tag pain" ,
39
39
"alpha" : " npm publish --tag alpha" ,
Original file line number Diff line number Diff line change 33
33
"main" : " dist/fcl.js" ,
34
34
"module" : " dist/fcl.module.js" ,
35
35
"unpkg" : " dist/fcl.umd.min.js" ,
36
- "types" : " dist /fcl.d.ts" ,
36
+ "types" : " types /fcl.d.ts" ,
37
37
"scripts" : {
38
38
"pain" : " npm publish --tag pain" ,
39
39
"alpha" : " npm publish --tag alpha" ,
You can’t perform that action at this time.
0 commit comments