From 841256a66238e0207257c3569aca4ab4ccd51568 Mon Sep 17 00:00:00 2001 From: Emil Ajdyna Date: Thu, 16 May 2024 13:03:17 +0200 Subject: [PATCH] 0.77.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ee06c8e..433ea8c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "boxwood", - "version": "0.77.0", + "version": "0.77.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "boxwood", - "version": "0.77.0", + "version": "0.77.1", "license": "MIT", "dependencies": { "css-tree": "^2.3.1", diff --git a/package.json b/package.json index 219730ec..a7e61ef0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "boxwood", - "version": "0.77.0", + "version": "0.77.1", "description": "Compile HTML templates into JS", "main": "index.js", "scripts": {