Comparing version 0.1.0 to 0.1.1
@@ -25,3 +25,3 @@ var split = require('split'), | ||
function format(str) { | ||
if (str.match(/^```(js|javascript)/)) { | ||
if (str.match(/^```(js$|javascript)/)) { | ||
highlightjs = true; | ||
@@ -28,0 +28,0 @@ code = ''; |
{ | ||
"name": "sharkdown", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "markdown in your shell", | ||
@@ -13,6 +13,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"expect.js": "~0.2.0", | ||
"split": "~0.2.10", | ||
"stream-spigot": "~2.1.2", | ||
"through": "~2.3.4", | ||
"minimist": "0.0.5", | ||
@@ -19,0 +16,0 @@ "cardinal": "~0.4.2" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
4988
- Removedexpect.js@~0.2.0
- Removedstream-spigot@~2.1.2
- Removedthrough@~2.3.4
- Removedcore-util-is@1.0.3(transitive)
- Removedexpect.js@0.2.0(transitive)
- Removedinherits@2.0.4(transitive)
- Removedisarray@0.0.1(transitive)
- Removedreadable-stream@1.1.14(transitive)
- Removedstream-spigot@2.1.2(transitive)
- Removedstring_decoder@0.10.31(transitive)