diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..26b6673 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +coverage/ +node_modules/ +pages/ +public/ diff --git a/package.json b/package.json index 5e80440..6397661 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.1", "description": "easy mailgun API wrapper", "main": "dist/index.js", + "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)" },