Skip to content

Commit

Permalink
Fix #42 include bin\cli.js in package
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvv committed Sep 12, 2024
1 parent 1940a43 commit 32ddcb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/node-azureauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"dist/install.cjs",
"dist/cli.js",
"dist/index.js",
"scripts/azureauth.js",
"scripts/install.cjs"
],
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions packages/node-azureauth/scripts/azureauth.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require("../dist/cli.cjs");

0 comments on commit 32ddcb0

Please sign in to comment.