summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
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"
}
}