mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
🔧 Chore: update package name and mini node version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{- .Scratch.Set "version" "v0.3.16-fd000ad6" -}}
|
||||
{{- .Scratch.Set "version" "v0.3.16-0ed41783" -}}
|
||||
{{- .Scratch.Set "this" dict -}}
|
||||
|
||||
{{- partial "init/detection-env.html" . -}}
|
||||
|
||||
Generated
+5
-2
@@ -1,16 +1,19 @@
|
||||
{
|
||||
"name": "fixit-src",
|
||||
"name": "fixit-core",
|
||||
"version": "0.3.15",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "fixit-src",
|
||||
"name": "fixit-core",
|
||||
"version": "0.3.15",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@hugo-fixit/fixit-releaser": "^1.0.1",
|
||||
"husky": "^9.1.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/@hugo-fixit/fixit-releaser": {
|
||||
|
||||
+5
-2
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "fixit-src",
|
||||
"name": "fixit-core",
|
||||
"version": "0.3.15",
|
||||
"private": true,
|
||||
"description": "FixIt theme source files",
|
||||
"description": "Hugo FixIt core theme component source files",
|
||||
"keywords": [
|
||||
"hugo",
|
||||
"theme",
|
||||
@@ -32,5 +32,8 @@
|
||||
"devDependencies": {
|
||||
"@hugo-fixit/fixit-releaser": "^1.0.1",
|
||||
"husky": "^9.1.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user