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",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue