Skip to content

Commit

Permalink
🐛 Fix installer bug (v0.0.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
CryogenicPlanet committed Dec 13, 2021
1 parent a4dc477 commit b63b8e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 5 additions & 1 deletion installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsdev-installer",
"version": "0.0.8",
"version": "0.0.9",
"description": "The installer for tsdev, a better tsdx",
"scripts": {
"postinstall": "node dist/postinstall.js install",
Expand Down Expand Up @@ -32,5 +32,9 @@
},
"devDependencies": {
"esbuild": "^0.14.2"
},
"goBinary": {
"name": "tsdev",
"path": "./bin"
}
}
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,5 @@
},
"resolutions": {
"@types/node": "16"
},
"goBinary": {
"name": "tsdev",
"path": "./bin"
}
}

0 comments on commit b63b8e8

Please sign in to comment.