build: build v3.0.1
This commit is contained in:
parent
b403e1600c
commit
6fc57659cb
|
@ -193,4 +193,4 @@ cdn:
|
||||||
# ---------------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------------
|
||||||
# Keep version (Please don't modify)
|
# Keep version (Please don't modify)
|
||||||
# ---------------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------------
|
||||||
version: 3.0.0
|
version: 3.0.1
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "hexo-theme-keep",
|
"name": "hexo-theme-keep",
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A simple and elegant theme for Hexo.",
|
"description": "A simple and elegant theme for Hexo.",
|
||||||
|
"scripts": {
|
||||||
|
"release": "git push -u --follow-tags origin master",
|
||||||
|
"publish": "npm publish"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+ssh://git@github.com/XPoet/hexo-theme-keep.git"
|
"url": "git+ssh://git@github.com/XPoet/hexo-theme-keep.git"
|
||||||
|
|
Loading…
Reference in New Issue