mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-18 07:23:09 +00:00
Reset package name
This commit is contained in:
@@ -73,6 +73,6 @@ home = ["HTML", "RSS", "REDIR"]
|
|||||||
name = "xml"
|
name = "xml"
|
||||||
|
|
||||||
[module]
|
[module]
|
||||||
replacements = 'github.com/markdumay/minimal -> ../..'
|
replacements = 'github.com/gethinode/hinode -> ../..'
|
||||||
[[module.imports]]
|
[[module.imports]]
|
||||||
path = "github.com/markdumay/minimal"
|
path = "github.com/gethinode/hinode"
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
module github.com/markdumay/minimal-test
|
module github.com/gethinode/hinode-test
|
||||||
|
|
||||||
go 1.19
|
go 1.19
|
||||||
|
|
||||||
|
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
|||||||
module github.com/markdumay/minimal
|
module github.com/gethinode/hinode
|
||||||
|
|
||||||
go 1.19
|
go 1.19
|
||||||
|
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "@markdumay/minimal",
|
"name": "@gethinode/hinode",
|
||||||
"version": "0.18.0-alpha",
|
"version": "0.18.0-alpha",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@markdumay/minimal",
|
"name": "@gethinode/hinode",
|
||||||
"version": "0.18.0-alpha",
|
"version": "0.18.0-alpha",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@markdumay/minimal",
|
"name": "@gethinode/hinode",
|
||||||
"version": "0.18.0-alpha",
|
"version": "0.18.0-alpha",
|
||||||
"description": "Hinode is a clean documentation and blog theme for Hugo, an open-source static site generator",
|
"description": "Hinode is a clean documentation and blog theme for Hugo, an open-source static site generator",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Reference in New Issue
Block a user