Skip to content

Commit

Permalink
Add typescript dependency (DefinitelyTyped#45226)
Browse files Browse the repository at this point in the history
* add typescript dependency

* move typescript to devDependencies

* try ts version that matches perf

* try ts@next again

* reorder devDeps
  • Loading branch information
sandersn authored Jun 2, 2020
1 parent 88413c5 commit a4f9041
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"prettier": "prettier"
},
"devDependencies": {
"@definitelytyped/dtslint-runner": "latest",
"danger": "^10.1.1",
"dtslint": "latest",
"prettier": "^2.0.2",
"@definitelytyped/dtslint-runner": "latest"
"typescript": "next"
},
"husky": {
"hooks": {
"_comment": "This will remove husky from when we started migrating to use prettier",
"pre-commit": "npm uninstall husky"
}
},
"dependencies": {}
}
}

0 comments on commit a4f9041

Please sign in to comment.