Skip to content

Commit

Permalink
Merge pull request hsen-dev#55 from vymarkov/fix-npm-compile-command
Browse files Browse the repository at this point in the history
fix(compile): Upgrade TypeScript to v4.1.3 in order to fix compile command
  • Loading branch information
hsen-dev authored Dec 29, 2020
2 parents fee132f + eb8301d commit 918c234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"jsesc": "^2.5.1",
"mocha": "^3.5.0",
"require-dir": "^0.3.2",
"typescript": "^2.5.2",
"typescript": "^4.1.3",
"vscode": "^1.1.5"
}
}

0 comments on commit 918c234

Please sign in to comment.