mirror of https://github.com/jpanther/congo.git
🔧 Tidy up package.json
parent
7c6453fd30
commit
d65da11167
|
@ -2,7 +2,6 @@
|
||||||
"name": "hugo-congo-theme",
|
"name": "hugo-congo-theme",
|
||||||
"version": "2.2.2",
|
"version": "2.2.2",
|
||||||
"description": "Congo theme for Hugo",
|
"description": "Congo theme for Hugo",
|
||||||
"main": "index.js",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "rimraf assets/vendor",
|
"preinstall": "rimraf assets/vendor",
|
||||||
"postinstall": "vendor-copy",
|
"postinstall": "vendor-copy",
|
||||||
|
@ -14,7 +13,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/jpanther/congo.git"
|
"url": "https://github.com/jpanther/congo.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"hugo",
|
"hugo",
|
||||||
|
@ -23,6 +22,7 @@
|
||||||
"dark-mode"
|
"dark-mode"
|
||||||
],
|
],
|
||||||
"author": "James Panther",
|
"author": "James Panther",
|
||||||
|
"funding": "https://github.com/sponsors/jpanther",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jpanther/congo/issues"
|
"url": "https://github.com/jpanther/congo/issues"
|
||||||
|
|
Loading…
Reference in New Issue