Skip to content

Commit

Permalink
fix: adjust package.json bin so npx styled-map-package works
Browse files Browse the repository at this point in the history
I think this is the fix that is needed so that this command can be run from npx
  • Loading branch information
gmaclennan committed Sep 26, 2024
1 parent e73d831 commit 87c76f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"./download": "./lib/download.js"
},
"bin": {
"styled-map-package": "./bin/smp.js",
"smp": "./bin/smp.js"
},
"type": "module",
Expand Down

0 comments on commit 87c76f5

Please sign in to comment.