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"
|
||||
|
||||
[module]
|
||||
replacements = 'github.com/markdumay/minimal -> ../..'
|
||||
replacements = 'github.com/gethinode/hinode -> ../..'
|
||||
[[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
|
||||
|
||||
|
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
||||
module github.com/markdumay/minimal
|
||||
module github.com/gethinode/hinode
|
||||
|
||||
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",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@markdumay/minimal",
|
||||
"name": "@gethinode/hinode",
|
||||
"version": "0.18.0-alpha",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@markdumay/minimal",
|
||||
"name": "@gethinode/hinode",
|
||||
"version": "0.18.0-alpha",
|
||||
"description": "Hinode is a clean documentation and blog theme for Hugo, an open-source static site generator",
|
||||
"keywords": [
|
||||
|
Reference in New Issue
Block a user