Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: add TypeScript as a dependency
This is a temporary change

Fixes #339
  • Loading branch information
SimenB committed Jul 22, 2019
1 parent 6cbaa0f commit f64441b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -37,7 +37,8 @@
"typecheck": "tsc -p ."
},
"dependencies": {
"@typescript-eslint/experimental-utils": "^1.13.0"
"@typescript-eslint/experimental-utils": "^1.13.0",
"typescript": "^3.5.3"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
Expand Down Expand Up @@ -65,8 +66,7 @@
"lint-staged": "^8.0.4",
"prettier": "^1.10.2",
"prettylint": "^1.0.0",
"rimraf": "^2.6.3",
"typescript": "^3.5.3"
"rimraf": "^2.6.3"
},
"prettier": {
"proseWrap": "always",
Expand Down

0 comments on commit f64441b

Please sign in to comment.