From 8f5c198bf56baa525f815f928969f1b77faa4ddf Mon Sep 17 00:00:00 2001 From: Spomky Date: Mon, 3 Aug 2020 14:33:46 +0200 Subject: [PATCH] Command call fixed --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2d2644..c26693d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@web-auth/webauthn-helper", - "version": "0.0.12", + "version": "0.0.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 14a818a..a9cf9cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web-auth/webauthn-helper", - "version": "0.0.12", + "version": "0.0.13", "description": "JS functions to ease the use of the Spomky-Labs library and Symfony bundle", "main": "index.js", "scripts": {