Comparing version 0.0.1 to 0.0.2
@@ -1,2 +0,2 @@ | ||
#!/usr/bin/node | ||
#!/usr/bin/env node | ||
"use strict"; | ||
@@ -78,3 +78,3 @@ var __importDefault = (this && this.__importDefault) || function (mod) { | ||
; | ||
commander_1.program.version("0.0.1"); | ||
commander_1.program.version("0.0.2"); | ||
commander_1.program | ||
@@ -81,0 +81,0 @@ .option('--json', 'tell the program it\'s json content') |
{ | ||
"name": "jiq", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Use existing javascript knowledge to query or mutate data", | ||
@@ -5,0 +5,0 @@ "keywords": ["javascript inline query", "json query", "json inline query", "json", "yaml", "query"], |
@@ -1,2 +0,3 @@ | ||
#!/usr/bin/node | ||
#!/usr/bin/env node | ||
import fs from "fs"; | ||
@@ -79,3 +80,3 @@ import _ from "lodash"; | ||
program.version("0.0.1"); | ||
program.version("0.0.2"); | ||
program | ||
@@ -82,0 +83,0 @@ .option('--json', 'tell the program it\'s json content') |
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
21697