Skip to content

Commit

Permalink
chore: test if adding typescript to main deps for publisher works...
Browse files Browse the repository at this point in the history
  • Loading branch information
dan2k3k4 committed Jan 23, 2025
1 parent f0421c3 commit c6a6516
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 28 deletions.
6 changes: 3 additions & 3 deletions apps/publisher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "@custom/publisher",
"private": true,
"dependencies": {
"@amazeelabs/publisher": "^2.5.5"
"@amazeelabs/publisher": "^2.5.5",
"typescript": "^5.7.3"
},
"scripts": {
"test:static": "tsc --noEmit && eslint . --quiet",
Expand All @@ -11,7 +12,6 @@
},
"devDependencies": {
"@custom/eslint-config": "workspace:*",
"@types/node": "^20",
"typescript": "^5.3.3"
"@types/node": "^20"
}
}
Loading

0 comments on commit c6a6516

Please sign in to comment.