1
0
mirror of https://github.com/danog/fast-srp.git synced 2024-11-26 20:04:49 +01:00
This commit is contained in:
Supereg 2020-04-12 08:05:18 +02:00
parent a9ddb8721d
commit e9f37da17e
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",
"version": "1.0.1",
"version": "1.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "fast-srp-hap",
"description": "Secure Remote Password (SRP)",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",
"scripts": {
"test": "vows test/test_*.js --spec"