node-inject-html-cli
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -22,3 +22,2 @@ #!/usr/bin/env node | ||
const injectHtml = async () => { | ||
console.log(argv._, argv.f) | ||
const files = argv._.length ? argv._ : glob.sync(argv.file) | ||
@@ -25,0 +24,0 @@ files.forEach(file => { |
{ | ||
"name": "node-inject-html-cli", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A CLI interface for the node-insert-html library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3627
38