mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
refactor: move test/ and yarn to repo root
This commit is contained in:
parent
3f1c4b4df2
commit
76478cb4a5
2 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -13,3 +13,6 @@ resources/
|
||||||
|
|
||||||
# Mac
|
# Mac
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# Test
|
||||||
|
test/go.sum
|
||||||
|
|
|
@ -2,6 +2,6 @@ module github.com/wowchemy/wowchemy-hugo-modules/test
|
||||||
|
|
||||||
go 1.15
|
go 1.15
|
||||||
|
|
||||||
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210202235530-9bbf6fa2a698
|
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy master
|
||||||
|
|
||||||
replace github.com/wowchemy/wowchemy-hugo-modules/wowchemy => ../wowchemy
|
replace github.com/wowchemy/wowchemy-hugo-modules/wowchemy => ../wowchemy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue