Skip to content

Commit

Permalink
move typescript to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Feb 9, 2022
1 parent 99f27b1 commit 06ac148
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
"jsdom": "^16.4.0",
"nyc": "^15.0.1",
"request": "^2.88.0",
"rollup": "^1.31.0"
"rollup": "^1.31.0",
"typescript": "^4.5.5"
},
"dependencies": {
"expr-eval": "^2.0.2",
"typescript": "^4.5.5"
"expr-eval": "^2.0.2"
}
}

0 comments on commit 06ac148

Please sign in to comment.