Skip to content

Commit

Permalink
Move typescript out of devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
camdenmoors committed Dec 15, 2021
1 parent 1611a5f commit e5b1023
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"htmlparser2": "^6.1.0",
"inspecjs": "^2.6.1",
"lodash": "^4.17.21",
"tslib": "^1"
"tslib": "^1",
"typescript": "^3.3",
"ts-node": "^8"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
Expand All @@ -36,9 +38,7 @@
"globby": "^10",
"mocha": "^5",
"tmp": "^0.2.1",
"ts-mocha": "^8.0.0",
"ts-node": "^8",
"typescript": "^3.3"
"ts-mocha": "^8.0.0"
},
"engines": {
"node": ">=8.0.0"
Expand Down

0 comments on commit e5b1023

Please sign in to comment.