bump npm version

This commit is contained in:
Brent Schroeter 2026-01-25 23:35:05 +00:00
parent 15bba8a9df
commit dca9a15bfe
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "11ty-plugin-giallo", "name": "11ty-plugin-giallo",
"version": "0.1.0-alpha.2", "version": "0.1.0-beta.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "11ty-plugin-giallo", "name": "11ty-plugin-giallo",
"version": "0.1.0-alpha.2", "version": "0.1.0-beta.1",
"license": "EUPL-1.2", "license": "EUPL-1.2",
"dependencies": { "dependencies": {
"@bytecodealliance/preview2-shim": "^0.17.6" "@bytecodealliance/preview2-shim": "^0.17.6"

View file

@ -1,6 +1,6 @@
{ {
"name": "11ty-plugin-giallo", "name": "11ty-plugin-giallo",
"version": "0.1.0-beta.0", "version": "0.1.0-beta.1",
"description": "Eleventy plugin to support TextMate-style syntax highlighting via the Giallo Rust crate.", "description": "Eleventy plugin to support TextMate-style syntax highlighting via the Giallo Rust crate.",
"keywords": ["eleventy", "eleventy-plugin"], "keywords": ["eleventy", "eleventy-plugin"],
"repository": { "repository": {