Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
2e77b3672a | |||
d734ac821e |
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
coverage/
|
||||
node_modules/
|
||||
pages/
|
||||
public/
|
@ -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)"
|
||||
},
|
||||
|
Reference in New Issue
Block a user