Remove sjcl-custom in favor of sjcl-extended module in separate repo

This commit is contained in:
Nicholas Dudfield
2015-06-04 16:19:31 +07:00
parent 22dc39b920
commit 35ae968d9f
15 changed files with 12 additions and 1212 deletions

12
npm-shrinkwrap.json generated
View File

@@ -66,9 +66,17 @@
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/simple-asyncify/-/simple-asyncify-0.1.0.tgz"
},
"sjcl": {
"sjcl-extended": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/sjcl/-/sjcl-1.0.3.tgz"
"from": "ripple/sjcl-extended#1.0.3",
"resolved": "git://github.com/ripple/sjcl-extended.git#908218e0db4fccd08c4e3f1f7269b72f8d93c270",
"dependencies": {
"sjcl": {
"version": "1.0.3",
"from": "sjcl@>=1.0.3 <2.0.0",
"resolved": "https://registry.npmjs.org/sjcl/-/sjcl-1.0.3.tgz"
}
}
},
"ws": {
"version": "0.7.2",