Skip to content

Commit

Permalink
Add @types + tslint devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Mar 28, 2020
1 parent 5c06f6d commit d81d5e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@
"ssh2": "^0.8.4",
"underscore-plus": "*"
},
"devDependencies": {
"@types/atom": "^1.40.1",
"@types/ssh2": "^0.5.41",
"@types/fuzzaldrin-plus": "^0.6.0",
"@types/object-hash": "^1.3.1",
"@types/semver": "^7.1.0",
"@types/underscore": "^1.9.4",
"tslint": "latest"
},
"scripts": {
"postinstall": "node script/postinstall.js"
},
Expand Down

0 comments on commit d81d5e7

Please sign in to comment.