Update package.json

This commit is contained in:
deepend-tildeclub 2024-08-28 16:04:21 -06:00 committed by GitHub
parent c73ed76ec3
commit de0cca72ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -1,25 +1,25 @@
{ {
"name": "thelounge-theme-solarized-fork-monospace", "name": "thelounge-theme-newnet-fork",
"version": "1.0.9", "version": "1.0.9",
"description": "A simple theme with Solarized colors", "description": "A simple theme with Newnet Website style",
"main": "package.json", "main": "package.json",
"thelounge": { "thelounge": {
"name": "Solarized-monospace", "name": "Newnet",
"type": "theme", "type": "theme",
"css": "theme.css" "css": "theme.css"
}, },
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/benharri-forks/thelounge-theme-solarized", "homepage": "https://github.com/newnetirc/thelounge-theme-newnet",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/benharri-forks/thelounge-theme-solarized.git" "url": "git+https://github.com/newnetirc/thelounge-theme-newnet.git"
}, },
"keywords": [ "keywords": [
"thelounge", "thelounge",
"thelounge-theme" "thelounge-theme"
], ],
"bugs": { "bugs": {
"url": "https://github.com/benharri-forks/thelounge-theme-solarized/issues" "url": "https://github.com/newnetirc/thelounge-theme-newnet/issues"
}, },
"devDependencies": { "devDependencies": {
"stylelint": "^9.2.0", "stylelint": "^9.2.0",