fix: import correct sncrypto dep

This commit is contained in:
Baptiste Grob
2020-06-09 16:43:54 +02:00
parent 8a4f01bcae
commit 5e17c3b53d

View File

@@ -69,6 +69,6 @@
"lodash": "^4.17.15" "lodash": "^4.17.15"
}, },
"dependencies": { "dependencies": {
"sncrypto": "^1.0.0" "sncrypto": "github:standardnotes/sncrypto#7e76ab9977f85039d9399b935aecfe495a951edb"
} }
} }