Skip to content

Commit

Permalink
npm pkg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paazmaya committed Dec 8, 2024
1 parent 9f2c47c commit 75c7a5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "Reverse engineering JavaScript and CSS sources from sourcemaps",
"main": "index.js",
"type": "module",
"bin": "bin/shuji.js",
"bin": {
"shuji": "bin/shuji.js"
},
"scripts": {
"lint": "eslint *.js bin lib",
"test": "c8 --exclude tests --exclude tmp tape tests/*_test.js tests/lib/*_test.js && rm -rf tmp",
Expand Down

0 comments on commit 75c7a5b

Please sign in to comment.