Comparing version 1.0.2 to 1.0.3
@@ -61,2 +61,3 @@ #!/usr/bin/env node | ||
var out | ||
if (argv.verbose >= 2) { | ||
@@ -66,3 +67,3 @@ var features = require('./')(argv.browsers).info().features | ||
for (var feat in features) { | ||
var out = [features[feat].caniuseData.title] | ||
out = [features[feat].caniuseData.title] | ||
if (argv.verbose >= 3) { | ||
@@ -82,3 +83,2 @@ out.push('\n', features[feat].missing.join(', '), '\n') | ||
var out | ||
if (argv.json) { | ||
@@ -85,0 +85,0 @@ out = ldjson.serialize() |
{ | ||
"name": "doiuse", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Lint CSS for browser support against caniuse database.", | ||
@@ -30,3 +30,3 @@ "main": "lib/doiuse.js", | ||
"dependencies": { | ||
"browserslist": "^0.3.1", | ||
"browserslist": "^0.5.0", | ||
"caniuse-db": "^1.0.30000187", | ||
@@ -33,0 +33,0 @@ "css-rule-stream": "^1.1.0", |
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
54993
+ Addedbrowserslist@0.5.0(transitive)
- Removedbrowserslist@0.3.3(transitive)
Updatedbrowserslist@^0.5.0