Skip to content

Commit

Permalink
Fixing a stupid mistake with npm again.
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Shanley <dave@quobix.com>
  • Loading branch information
daveshanley committed Jul 28, 2023
1 parent e0d8891 commit b227bd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/wiretap.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);

try {
execFileSync(path.resolve(`${__dirname}/vacuum`), process.argv.slice(2), {
execFileSync(path.resolve(`${__dirname}/wiretap`), process.argv.slice(2), {
stdio: "inherit",
});
} catch (e) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@pb33f/wiretap",
"version": "0.0.0",
"description": "The world's coolest OpenAPI contract compliance API Proxy in the world.",
"description": "The world's coolest OpenAPI contract compliance API Proxy testing tool.",
"type": "module",
"author": "Princess Beef Heavy Industries, LLC / Quobix",
"author": "Princess Beef Heavy Industries, LLC / Quobix / DaveShanley",
"license": "GPL-3.0",
"homepage": "https://pb33f.io/wiretap",
"repository": {
Expand Down

0 comments on commit b227bd0

Please sign in to comment.