Skip to content

Commit

Permalink
fix(tsc): circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Nov 8, 2023
1 parent c63670a commit de91201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ganesha/tsc",
"version": "1.0.1",
"version": "1.0.2",
"bin": {
"ganesha-tsc": "./ganesha-tsc"
},
Expand All @@ -10,7 +10,7 @@
},
"devDependencies": {
"typescript": "^5",
"@hackbg/ganesha": "workspace:../.."
"@ganesha/core": "workspace:../core"
},
"scripts": {
"build": "tsc --outDir dist/ proxy.ts",
Expand Down

0 comments on commit de91201

Please sign in to comment.