diff --git a/package.json b/package.json index 145308f..c5274ae 100644 --- a/package.json +++ b/package.json @@ -1,31 +1,31 @@ -{ - "name": "thelounge-theme-solarized", - "version": "1.0.36", - "description": "A simple theme with Solarized colours", - "main": "package.json", - "thelounge": { - "name": "Solarized", - "type": "theme", - "css": "theme.css" - }, - "license": "MIT", - "homepage": "https://github.com/thelounge/thelounge-theme-solarized", - "repository": { - "type": "git", - "url": "git+https://github.com/thelounge/thelounge-theme-solarized.git" - }, - "keywords": [ - "thelounge", - "thelounge-theme" - ], - "bugs": { - "url": "https://github.com/thelounge/thelounge-theme-solarized/issues" - }, - "devDependencies": { - "stylelint": "^9.2.0", - "stylelint-config-standard": "^18.2.0" - }, - "scripts": { - "test": "stylelint theme.css" - } -} +{ + "name": "thelounge-theme-solarized", + "version": "1.0.37", + "description": "A simple theme with Solarized colours", + "main": "package.json", + "thelounge": { + "name": "Solarized", + "type": "theme", + "css": "theme.css" + }, + "license": "MIT", + "homepage": "https://github.com/thelounge/thelounge-theme-solarized", + "repository": { + "type": "git", + "url": "git+https://github.com/thelounge/thelounge-theme-solarized.git" + }, + "keywords": [ + "thelounge", + "thelounge-theme" + ], + "bugs": { + "url": "https://github.com/thelounge/thelounge-theme-solarized/issues" + }, + "devDependencies": { + "stylelint": "^9.2.0", + "stylelint-config-standard": "^18.2.0" + }, + "scripts": { + "test": "stylelint theme.css" + } +}