1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-07-07 12:40:37 +00:00

chore: fix nits in manifest

This commit is contained in:
Zack Schuster 2020-05-01 13:18:11 -07:00
parent efe9daa535
commit a537e3592d

View File

@ -44,7 +44,6 @@
"node >= 10"
],
"files": [
"dist",
"smtp",
"email.ts",
"email.cjs",
@ -61,8 +60,7 @@
"scripts": {
"build": "rollup -c rollup.config.ts",
"lint": "eslint *.ts \"+(smtp|test)/*.ts\"",
"test": "ava --serial",
"test:rollup": "ava --file rollup/email.bundle.test.js"
"test": "ava --serial"
},
"license": "MIT"
}