Skip to content

Commit d81d5e7

Browse files
committed
Add @types + tslint devDependencies
1 parent 5c06f6d commit d81d5e7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@
3636
"ssh2": "^0.8.4",
3737
"underscore-plus": "*"
3838
},
39+
"devDependencies": {
40+
"@types/atom": "^1.40.1",
41+
"@types/ssh2": "^0.5.41",
42+
"@types/fuzzaldrin-plus": "^0.6.0",
43+
"@types/object-hash": "^1.3.1",
44+
"@types/semver": "^7.1.0",
45+
"@types/underscore": "^1.9.4",
46+
"tslint": "latest"
47+
},
3948
"scripts": {
4049
"postinstall": "node script/postinstall.js"
4150
},

0 commit comments

Comments
 (0)