Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
deodad authored and github-actions[bot] committed Jan 2, 2025
1 parent 5757b55 commit 2dfe569
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 26 deletions.
6 changes: 1 addition & 5 deletions packages/frame-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@
"build:esm": "tsc -p tsconfig.json",
"typecheck": "tsc --noEmit"
},
"files": [
"dist",
"esm",
"src"
],
"files": ["dist", "esm", "src"],
"devDependencies": {
"@farcaster/tsconfig": "workspace:*",
"typescript": "^5.7.2"
Expand Down
5 changes: 1 addition & 4 deletions packages/frame-host-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
"build": "tsc",
"typecheck": "tsc --noEmit"
},
"files": [
"dist",
"src"
],
"files": ["dist", "src"],
"devDependencies": {
"@farcaster/tsconfig": "workspace:*",
"@types/react": "^18.3.18",
Expand Down
5 changes: 1 addition & 4 deletions packages/frame-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
"build": "tsc",
"typecheck": "tsc --noEmit"
},
"files": [
"dist",
"src"
],
"files": ["dist", "src"],
"devDependencies": {
"@farcaster/tsconfig": "workspace:*",
"@types/react": "^18.3.18",
Expand Down
6 changes: 1 addition & 5 deletions packages/frame-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
"test:watch": "vitest",
"test:coverage": "vitest --coverage"
},
"files": [
"dist",
"esm",
"src"
],
"files": ["dist", "esm", "src"],
"devDependencies": {
"@farcaster/tsconfig": "workspace:*",
"@types/node": "^22.10.2",
Expand Down
5 changes: 1 addition & 4 deletions packages/frame-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"build:umd": "node scripts/build.js",
"typecheck": "tsc --noEmit"
},
"files": [
"dist",
"src"
],
"files": ["dist", "src"],
"devDependencies": {
"@farcaster/tsconfig": "workspace:*",
"esbuild": "^0.24.2",
Expand Down
5 changes: 1 addition & 4 deletions packages/frame-wagmi-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
"build": "tsc",
"typecheck": "tsc --noEmit"
},
"files": [
"dist",
"src"
],
"files": ["dist", "src"],
"devDependencies": {
"@farcaster/frame-sdk": "workspace:*",
"@farcaster/tsconfig": "workspace:*",
Expand Down

0 comments on commit 2dfe569

Please sign in to comment.