Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit b38870b

Browse files
author
Tankred Hase
committed
Update package.json
1 parent ff64692 commit b38870b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 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.13-dev",
4+
"version": "0.3.0",
55
"author": "Andris Reinman",
66
"homepage": "http://github.com/andris9/mimelib",
77
"maintainers": [{
@@ -24,10 +24,10 @@
2424
"url": "http://github.com/andris9/mimelib/blob/master/LICENSE"
2525
}],
2626
"dependencies": {
27-
"addressparser": "https://github.com/whiteout-io/addressparser/tarball/amd",
27+
"addressparser": "https://github.com/whiteout-io/addressparser/tarball/v0.1.2",
2828
"amdefine": ">=0.0.8",
29-
"node-shims": "https://github.com/whiteout-io/node-shims/tarball/master",
30-
"encoding": "https://github.com/whiteout-io/encoding/tarball/amd"
29+
"node-shims": "https://github.com/whiteout-io/node-shims/tarball/v0.1.1",
30+
"encoding": "https://github.com/whiteout-io/encoding/tarball/v0.2.0"
3131
},
3232
"devDependencies": {
3333
"nodeunit": "*"

0 commit comments

Comments
 (0)