Skip to content

Commit

Permalink
remove typescript from @onflow/fcl
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Nov 9, 2023
1 parent ad6ec80 commit d6603e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fcl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"typescript": "^4.9.5"
},
"source": {
"src/fcl.ts": {
"src/fcl.js": {
"cjs": "./dist/fcl.js",
"esm": "./dist/fcl.module.js",
"umd": "./dist/fcl.umd.min.js"
},
"src/fcl-react-native.ts": {
"src/fcl-react-native.js": {
"cjs": "./dist/fcl-react-native.js",
"esm": "./dist/fcl-react-native.module.js",
"umd": "./dist/fcl-react-native.umd.min.js"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d6603e4

Please sign in to comment.