npm-script-selector
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,2 +0,2 @@ | ||
#!/usr/bin/env ts-node | ||
#!/usr/bin/env node | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
@@ -19,3 +19,3 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
ProgramName: 'NPM Script Selector', | ||
Version: '1.0.1', | ||
Version: '1.0.2', | ||
Description: 'A CLI for finding npm scripts within a package and allowing a user to run them from the command line.', | ||
@@ -22,0 +22,0 @@ Options: { |
{ | ||
"name": "npm-script-selector", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A command line app for finding and running npm scripts within a project.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
#!/usr/bin/env ts-node | ||
#!/usr/bin/env node | ||
@@ -12,3 +12,3 @@ import { Command } from 'commander'; | ||
ProgramName: 'NPM Script Selector', | ||
Version: '1.0.1', | ||
Version: '1.0.2', | ||
Description: 'A CLI for finding npm scripts within a package and allowing a user to run them from the command line.', | ||
@@ -15,0 +15,0 @@ Options: { |
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
169351218