summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2018-02-21 14:22:41 +0000
committerGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2018-02-21 14:22:41 +0000
commit91268472118c3e50c190f11a6647638926076fe4 (patch)
treecb69b6ed0750b2ebcc08f5dd30bc3e1d50a73b86 /package.json
parenthighlight works (diff)
downloadcolor-91268472118c3e50c190f11a6647638926076fe4.tar.gz
color-91268472118c3e50c190f11a6647638926076fe4.tar.bz2
color-91268472118c3e50c190f11a6647638926076fe4.zip
use the right library
and it works!
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6e63db9..b7a0324 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,7 @@
"author": "",
"license": "AGPL-3.0",
"dependencies": {
- "highlight.js": "^9.12.0"
+ "highlights": "^3.1.1",
+ "language-perl6": "github:perl6/atom-language-perl6"
}
}