fix npmts error

This commit is contained in:
Philipp Kunz 2017-02-08 23:26:18 +01:00
parent 2e19a43f46
commit d734ac821e
2 changed files with 5 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
coverage/
node_modules/
pages/
public/

View File

@ -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)"
},