Export css

This commit is contained in:
Pavel Djundik 2017-06-25 12:24:37 +03:00 committed by GitHub
parent 776ae0799c
commit d385c0811f
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
"name": "lounge-theme-solarized", "name": "lounge-theme-solarized",
"version": "1.0.0", "version": "1.0.0",
"description": "A simple theme with Solarized colours", "description": "A simple theme with Solarized colours",
"main": "index.js", "main": "package.json",
"css": "theme.css",
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/thelounge/lounge-theme-solarized", "homepage": "https://github.com/thelounge/lounge-theme-solarized",
"repository": { "repository": {