diff --git a/package.json b/package.json index 9cba0a8..497d750 100644 --- a/package.json +++ b/package.json @@ -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)" },