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

Commit e4b2c95

Browse files
author
Tankred Hase
committed
Update package.json
1 parent 322b450 commit e4b2c95

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mailparser",
33
"description": "Asynchronous and non-blocking parser for mime encoded e-mail messages",
4-
"version": "0.3.7-dev",
4+
"version": "0.4.0",
55
"author" : "Andris Reinman",
66
"maintainers":[
77
{
@@ -24,10 +24,10 @@
2424
}
2525
],
2626
"dependencies": {
27-
"mimelib": "https://github.com/whiteout-io/mimelib/tarball/amd",
28-
"encoding": "https://github.com/whiteout-io/encoding/tarball/amd",
29-
"mime": "https://github.com/whiteout-io/node-mime/tarball/amd",
30-
"node-shims": "https://github.com/whiteout-io/node-shims/tarball/master",
27+
"mimelib": "https://github.com/whiteout-io/mimelib/tarball/v0.3.0",
28+
"encoding": "https://github.com/whiteout-io/encoding/tarball/v0.2.0",
29+
"mime": "https://github.com/whiteout-io/node-mime/tarball/v1.3.0",
30+
"node-shims": "https://github.com/whiteout-io/node-shims/tarball/v0.1.1",
3131
"amdefine": ">=0.0.8",
3232
"setimmediate": ">=1.0.1"
3333
},

0 commit comments

Comments
 (0)