This commit is contained in:
Pavel Djundik 2018-09-07 14:44:20 +03:00
parent 023347d1bb
commit 6c35e6efa9
1 changed files with 31 additions and 31 deletions

View File

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