code-lightner
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "code-lightner", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Use TextMate grammar and themes to highlights your code", | ||
@@ -5,0 +5,0 @@ "main": "release/Main.js", |
@@ -43,3 +43,3 @@ # Code Lightner | ||
codeLightner.lighten(config, sourceCode) | ||
code.lighten(config, sourceCode) | ||
.then(function(html) { | ||
@@ -46,0 +46,0 @@ console.log(html); |
454221