Skip to content

Commit

Permalink
feature: refactor package.json on shared
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-byiringiro committed Dec 19, 2024
1 parent ea71a55 commit 03efa5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions shared/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "shared",
"version": "0.0.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "./index.ts",
"types": "./index.ts",
"license": "MIT",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/react": "^17.0.83",
"@types/react-dom": "^17.0.25",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"socket.io-client": "^4.8.1",
"typescript": "^4.9.5"
"typescript": "^5.7.2"
}
}

0 comments on commit 03efa5f

Please sign in to comment.