This commit is contained in:
Ayo 2023-11-23 22:03:37 +01:00
parent 15a3b1ce33
commit d392b1a0ca
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "web-component-base",
"version": "1.13.0",
"version": "1.13.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "web-component-base",
"version": "1.13.0",
"version": "1.13.1",
"license": "MIT",
"workspaces": [
"site"

View file

@ -1,6 +1,6 @@
{
"name": "web-component-base",
"version": "1.13.0",
"version": "1.13.1",
"description": "A zero-dependency, ~600 Bytes (minified & gzipped), JS base class for creating reactive custom elements easily",
"main": "WebComponent.js",
"type": "module",