fix npmts error
This commit is contained in:
parent
2e19a43f46
commit
d734ac821e
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
coverage/
|
||||||
|
node_modules/
|
||||||
|
pages/
|
||||||
|
public/
|
@ -3,6 +3,7 @@
|
|||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"description": "easy mailgun API wrapper",
|
"description": "easy mailgun API wrapper",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
"typings": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(npmts)"
|
"test": "(npmts)"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user