mirror of
https://github.com/moparisthebest/mail
synced 2024-12-23 07:48:48 -05:00
Use tagged deps
This commit is contained in:
parent
c6a82b3442
commit
17c7fa70e0
10
package.json
10
package.json
@ -11,10 +11,10 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/v0.1.1",
|
"crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/v0.1.1",
|
||||||
"imap-client": "https://github.com/whiteout-io/imap-client/tarball/dev/WO-286",
|
"imap-client": "https://github.com/whiteout-io/imap-client/tarball/v0.3.0",
|
||||||
"mailreader": "https://github.com/whiteout-io/mailreader/tarball/dev/wo-286",
|
"mailreader": "https://github.com/whiteout-io/mailreader/tarball/v0.3.0",
|
||||||
"pgpmailer": "https://github.com/whiteout-io/pgpmailer/tarball/dev/wo-286",
|
"pgpmailer": "https://github.com/whiteout-io/pgpmailer/tarball/v0.3.0",
|
||||||
"pgpbuilder": "https://github.com/whiteout-io/pgpbuilder/tarball/dev/wo-286",
|
"pgpbuilder": "https://github.com/whiteout-io/pgpbuilder/tarball/v0.3.0",
|
||||||
"requirejs": "2.1.10"
|
"requirejs": "2.1.10"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -36,4 +36,4 @@
|
|||||||
"grunt-contrib-compress": "~0.5.2",
|
"grunt-contrib-compress": "~0.5.2",
|
||||||
"grunt-node-webkit-builder": "~0.1.17"
|
"grunt-node-webkit-builder": "~0.1.17"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user