fix typings in package.json

This commit is contained in:
Philipp Kunz 2016-07-28 01:25:43 +02:00
parent 04fc15d006
commit 7da8703231

View File

@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "makes it easy to automate tasks with Continuous Integration",
"main": "dist/index.js",
"typings":"dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},