🔧 Tidy up package.json

pull/231/head
James Panther 2022-06-22 16:07:56 +10:00
parent 7c6453fd30
commit d65da11167
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 2 additions and 2 deletions

View File

@ -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"