@zkochan/cmd-shim
Advanced tools
Comparing version 5.3.1 to 5.4.0
@@ -7,3 +7,3 @@ 'use strict'; | ||
const CMD_EXTENSION = require("cmd-extension"); | ||
const shebangExpr = /^#!\s*(?:\/usr\/bin\/env)?\s*([^ \t]+)(.*)$/; | ||
const shebangExpr = /^#!\s*(?:\/usr\/bin\/env(?:\s+-S\s*)?)?\s*([^ \t]+)(.*)$/; | ||
const DEFAULT_OPTIONS = { | ||
@@ -10,0 +10,0 @@ // Create PowerShell file by default if the option hasn't been specified |
{ | ||
"name": "@zkochan/cmd-shim", | ||
"version": "5.3.1", | ||
"version": "5.4.0", | ||
"description": "Used in pnpm for command line application support", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
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
37450