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",
"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"
}
}