add typings to package.json

This commit is contained in:
Philipp Kunz 2016-06-01 05:17:49 +02:00
parent fa301eea71
commit 812d28ee3d

View File

@ -3,6 +3,7 @@
"version": "1.0.4",
"description": "setups SSH quickly and in a painless manner",
"main": "dist/index.js",
"typings":"dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},