From 726760c3e4c4d6c1156dec777fc7794c90cf6148 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Thu, 8 Feb 2024 09:53:56 +0000 Subject: [PATCH] 0.1.4 --- package-lock.json | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 package-lock.json diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..fc5675b --- /dev/null +++ b/package-lock.json @@ -0,0 +1,13 @@ +{ + "name": "invokers-polyfill", + "version": "0.1.4", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "invokers-polyfill", + "version": "0.1.4", + "license": "MIT" + } + } +} diff --git a/package.json b/package.json index 64715c4..42704fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "invokers-polyfill", - "version": "0.1.3", + "version": "0.1.4", "description": "This polyfills the HTML `invoketarget`/`invokeaction`, as proposed by the Open UI group.", "license": "MIT", "author": "Keith Cirkel (https://keithcirkel.co.uk)",