Skip to content

Commit

Permalink
add typescript dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Apr 7, 2022
1 parent dbca754 commit 76a33c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
19 changes: 9 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"devDependencies": {
"prettier-standard": "^16.4.1",
"standard": "^16.0.4"
"standard": "^16.0.4",
"typescript": "^4.6.3"
},
"dependencies": {
"string.prototype.replaceall": "^1.0.6"
Expand Down

0 comments on commit 76a33c6

Please sign in to comment.