fix(lint): use ~ for ursa-optional version

This commit is contained in:
Maciej Krüger 2018-09-15 16:46:32 +02:00 committed by David Dias
parent c7e0409c1c
commit e8cbf13d85

View File

@ -42,7 +42,7 @@
"protons": "^1.0.1", "protons": "^1.0.1",
"rsa-pem-to-jwk": "^1.1.3", "rsa-pem-to-jwk": "^1.1.3",
"tweetnacl": "^1.0.0", "tweetnacl": "^1.0.0",
"ursa-optional": "^0.9.8", "ursa-optional": "~0.9.8",
"webcrypto-shim": "github:dignifiedquire/webcrypto-shim#master" "webcrypto-shim": "github:dignifiedquire/webcrypto-shim#master"
}, },
"devDependencies": { "devDependencies": {