mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-04-17 09:08:42 -04:00
bump twemoji to v12.1.6
https://github.com/twitter/twemoji/releases/tag/v12.1.6
This commit is contained in:
2
go.mod
2
go.mod
@@ -2,4 +2,4 @@ module github.com/jakejarvis/jarv.is
|
|||||||
|
|
||||||
go 1.14
|
go 1.14
|
||||||
|
|
||||||
require github.com/twitter/twemoji v12.1.5+incompatible // indirect
|
require github.com/twitter/twemoji v12.1.6+incompatible // indirect
|
||||||
|
|||||||
4
go.sum
4
go.sum
@@ -1,2 +1,2 @@
|
|||||||
github.com/twitter/twemoji v12.1.5+incompatible h1:q2DZm6LI6aF46VSUhYsrWDd7IeBV1H/2uTjGXDhVyEA=
|
github.com/twitter/twemoji v12.1.6+incompatible h1:0NdsbNwj3m3/tUHn9XuC/kh+6uo3jaZlDptiMFL7vxg=
|
||||||
github.com/twitter/twemoji v12.1.5+incompatible/go.mod h1:06L6PdKuWDx/Yh6s4B7yGkAeBmWZzbFZgfNnWlJPPYM=
|
github.com/twitter/twemoji v12.1.6+incompatible/go.mod h1:06L6PdKuWDx/Yh6s4B7yGkAeBmWZzbFZgfNnWlJPPYM=
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"url": "git+https://github.com/jakejarvis/jarv.is.git"
|
"url": "git+https://github.com/jakejarvis/jarv.is.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf public/ resources/ builds/",
|
"clean": "rimraf public/ resources/ builds/ && hugo mod clean",
|
||||||
"build": "run-s clean hugo optimize",
|
"build": "run-s clean hugo optimize",
|
||||||
"build:preview": "run-s clean hugo:dev",
|
"build:preview": "run-s clean hugo:dev",
|
||||||
"hugo": "hugo --gc --cleanDestinationDir --verbose",
|
"hugo": "hugo --gc --cleanDestinationDir --verbose",
|
||||||
|
|||||||
Reference in New Issue
Block a user