@ariabuckles/jsed
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -13,3 +13,3 @@ #!/usr/bin/env node | ||
commander.option('-s --string', 'interpret the replacer as a string even if it looks like a function'); | ||
commander.option('-o --output', 'optional file to write to; otherwise writes to stdout'); | ||
commander.option('-o --output <file>', 'optional file to write to; otherwise writes to stdout'); | ||
commander.parse(process.argv); | ||
@@ -16,0 +16,0 @@ if (commander.args.length < 2) { |
{ | ||
"name": "@ariabuckles/jsed", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "better sed, with js regexes & functions", | ||
@@ -5,0 +5,0 @@ "main": "jsed.js", |
4302