Use npm version of crypto-lib

This commit is contained in:
Tankred Hase 2014-07-29 12:40:00 +02:00
parent bdbed0d6dd
commit 45d40d5d37
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
"start": "grunt && grunt dev" "start": "grunt && grunt dev"
}, },
"dependencies": { "dependencies": {
"crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/v0.2.0", "crypto-lib": "~0.2.1",
"imap-client": "~0.3.7", "imap-client": "~0.3.7",
"mailreader": "~0.3.5", "mailreader": "~0.3.5",
"pgpmailer": "~0.3.10", "pgpmailer": "~0.3.10",
@ -41,4 +41,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"
} }
} }