Skip to content

Commit 9fe108d

Browse files
committed
v0.3.0. Updated dependencies
1 parent eec3052 commit 9fe108d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011-2012 Andris Reinman
1+
Copyright (c) 2011-2016 Andris Reinman
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal
@@ -13,4 +13,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1313
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1414
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1515
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
16-
SOFTWARE.
16+
SOFTWARE.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mimelib",
33
"description": "MIME functions to encode/decode e-mails etc.",
4-
"version": "0.2.19",
4+
"version": "0.3.0",
55
"author": "Andris Reinman",
66
"homepage": "http://github.com/andris9/mimelib",
77
"maintainers": [
@@ -28,8 +28,8 @@
2828
}
2929
],
3030
"dependencies": {
31-
"encoding": "~0.1.7",
32-
"addressparser": "~0.3.2"
31+
"encoding": "~0.1.12",
32+
"addressparser": "~1.0.1"
3333
},
3434
"devDependencies": {
3535
"nodeunit": "*"

0 commit comments

Comments
 (0)