Skip to content

Commit

Permalink
Hotfix rxjs not being found as a module
Browse files Browse the repository at this point in the history
  • Loading branch information
Trottero committed Oct 19, 2021
1 parent a75d8f6 commit 6cb2076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dotnetwatchattach",
"displayName": ".NET Watch Attach",
"description": "Wrapper for coreclr attach which automatically attaches when a given program gets launched.",
"version": "0.1.2",
"version": "0.1.3",
"publisher": "Trottero",
"contributors": [
{
Expand Down Expand Up @@ -69,7 +69,7 @@
]
},
"scripts": {
"vscode:prepublish": "npm run compile",
"vscode:prepublish": "npm install && npm run compile",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"pretest": "npm run compile && npm run lint",
Expand Down

0 comments on commit 6cb2076

Please sign in to comment.