Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Feb 8, 2018
1 parent 28cba87 commit 49ed030
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Advanced email parser for Node.js. Everything is handled as a stream which shoul

See [mailparser homepage](https://nodemailer.com/extras/mailparser/) for documentation and terms.

<a target='_blank' rel='nofollow' href='https://app.codesponsor.io/link/riRUvXLoy7hDEa8ptqPY9cHd/nodemailer/mailparser'>
<img alt='Sponsor' width='888' height='68' src='https://app.codesponsor.io/embed/riRUvXLoy7hDEa8ptqPY9cHd/nodemailer/mailparser.svg' />
</a>

### License

**EUPL-v1.1**
**EUPL-v1.1** or later
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "mailparser",
"version": "2.1.0",
"version": "2.2.0",
"description": "Parse e-mails",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"author": "Andris Reinman",
"license": "EUPL-1.1",
"license": "EUPL-1.1+",
"dependencies": {
"addressparser": "1.0.1",
"he": "^1.1.1",
"html-to-text": "3.3.0",
"iconv-lite": "0.4.19",
"libmime": "3.1.0",
"linkify-it": "2.0.3",
"mailsplit": "4.0.2",
"tlds": "1.197.0"
"mailsplit": "4.1.2",
"tlds": "1.199.0"
},
"devDependencies": {
"eslint-config-nodemailer": "^1.2.0",
"grunt": "^1.0.1",
"grunt": "^1.0.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-eslint": "^20.1.0",
"libbase64": "^0.2.0",
"libbase64": "^1.0.2",
"libqp": "^1.1.0",
"random-message": "^1.1.0"
},
Expand Down

0 comments on commit 49ed030

Please sign in to comment.