Skip to content

Commit

Permalink
chore(farcaster): fix tscofing and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
developerfred authored Apr 16, 2024
1 parent 57e67dd commit 2b70bef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"@self.id/core": "^0.3.0",
"@snapshot-labs/snapshot-metrics": "^1.4.1",
"@snapshot-labs/snapshot-sentry": "^1.5.5",
"@snapshot-labs/snapshot.js": "^0.11.17",
"@types/node-fetch": "^2.6.11",
"@snapshot-labs/snapshot.js": "^0.11.17",
"@unstoppabledomains/resolution": "^9.2.2",
"axios": "^0.25.0",
"canvas": "^2.9.0",
Expand All @@ -38,7 +37,7 @@
"eslint": "^6.7.2",
"express": "^4.17.1",
"jsdom": "^19.0.0",
"node-fetch": "^3.3.2",
"node-fetch": "^2.7.0",
"nodemon": "^2.0.7",
"redis": "^4.6.10",
"sharp": "^0.30.1",
Expand All @@ -49,6 +48,7 @@
"@types/express": "^4.17.11",
"@types/jest": "^28.1.0",
"@types/node": "^14.14.21",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"eslint-plugin-prettier": "^3.1.3",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"skipLibCheck": true,
"sourceMap": true,
"inlineSources": true,
"sourceRoot": "/",
"baseUrl": "."
"sourceRoot": "/"
}
}

0 comments on commit 2b70bef

Please sign in to comment.