From c2d2ec9796766e4fd6b9c59938b4fd300d74d1ea Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Wed, 21 Feb 2018 16:50:57 +0000 Subject: css styles! --- package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 3e88457..3321896 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "index.js", "scripts": { "start": "node ./node_modules/.bin/pm2 start color.json", + "css": "lessc --include-path=atom-light-syntax/styles atom-light-syntax/index.less atom-light-syntax.css", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", @@ -12,6 +13,7 @@ "dependencies": { "highlights": "^3.1.1", "language-perl6": "github:perl6/atom-language-perl6", + "less": "^3.0.1", "pm2": "^2.10.1" } } -- cgit v1.2.3