browser-sync
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -42,6 +42,13 @@ var clc = require("cli-color"); | ||
patterns.forEach(function (item) { | ||
var limit = 10; | ||
var slice = patterns.slice(0, limit); | ||
slice.forEach(function (item) { | ||
string += item.replace(" ", "") + "\n"; | ||
}); | ||
if (patterns.length > limit) { | ||
string += "Plus more...\n"; | ||
} | ||
} else { | ||
@@ -48,0 +55,0 @@ string = "Not watching anything..."; |
{ | ||
"name": "browser-sync", | ||
"description": "Live CSS Reload & Browser Syncing", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"homepage": "https://github.com/shakyshane/browser-sync", | ||
@@ -6,0 +6,0 @@ "author": { |
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
108557
2446