1
0
mirror of https://github.com/danog/fast-srp.git synced 2024-11-30 04:19:18 +01:00
This commit is contained in:
Supereg 2020-04-12 19:53:00 +02:00
parent 189edd4ada
commit 8b79fad694
No known key found for this signature in database
GPG Key ID: 2F08948C5653D720
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "fast-srp-hap", "name": "fast-srp-hap",
"version": "2.0.0", "version": "2.0.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "fast-srp-hap", "name": "fast-srp-hap",
"description": "Secure Remote Password (SRP)", "description": "Secure Remote Password (SRP)",
"version": "2.0.0", "version": "2.0.1",
"main": "lib/srp.js", "main": "lib/srp.js",
"types": "lib/srp.d.ts", "types": "lib/srp.d.ts",
"scripts": { "scripts": {