Compare commits

..

2 Commits

Author SHA1 Message Date
2e77b3672a 1.0.2 2017-02-08 23:28:10 +01:00
d734ac821e fix npmts error 2017-02-08 23:27:58 +01:00
2 changed files with 6 additions and 1 deletions

4
.gitignore vendored Normal file
View File

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

View File

@ -1,8 +1,9 @@
{
"name": "mgun",
"version": "1.0.1",
"version": "1.0.2",
"description": "easy mailgun API wrapper",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},