Comparing version 0.1.0 to 0.1.1
@@ -39,3 +39,3 @@ #!/usr/bin/env node | ||
program | ||
.version('0.1.0') | ||
.version('0.1.1') | ||
.option('-s, --selector <string>', 'search for this Sizzle selector', stripQuotes) | ||
@@ -42,0 +42,0 @@ .option('-x, --extension <csv list>', 'only search files with this extension (default html)', list, ['html']) |
{ | ||
"name" : "elfinder", | ||
"version" : "0.1.0", | ||
"version" : "0.1.1", | ||
"description" : "Command line app for searching in HTML files for elements that match a CSS selector", | ||
@@ -19,2 +19,5 @@ "keywords" : "search, find, Sizzle, CSS, HTML", | ||
"main": "element-finder", | ||
"bin": { | ||
"elfinder": "./element-finder.js" | ||
}, | ||
"engines": { | ||
@@ -21,0 +24,0 @@ "node": "~0.8.x" |
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
46696