Skip to content

Commit

Permalink
Moved typescript to dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
russoedu committed Nov 5, 2021
1 parent 6db2c50 commit b09654a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"files": [
"lib/**/*"
],
"dependencies": {
"typescript": "^4.4.4"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.11.6",
Expand All @@ -45,7 +48,6 @@
"eslint-plugin-standard": "^5.0.0",
"jest": "^27.3.1",
"jest-junit": "^13.0.0",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
"ts-jest": "^27.0.7"
}
}

0 comments on commit b09654a

Please sign in to comment.