From d385c0811fa105cb8fd55a1d0e57492b47545dee Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sun, 25 Jun 2017 12:24:37 +0300 Subject: [PATCH] Export css --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b3f6429..65ea1dd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "name": "lounge-theme-solarized", "version": "1.0.0", "description": "A simple theme with Solarized colours", - "main": "index.js", + "main": "package.json", + "css": "theme.css", "license": "MIT", "homepage": "https://github.com/thelounge/lounge-theme-solarized", "repository": {