v1.0.37
This commit is contained in:
parent
023347d1bb
commit
6c35e6efa9
62
package.json
62
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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue