Skip to content

Commit

Permalink
chore: add bin and files to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0wng1rl committed Jan 19, 2024
1 parent 6b2e3b6 commit 69b2bff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"name": "csu",
"version": "0.0.0",
"description": "A CLI tool to swap between cases",
"main": "index.js",
"bin": "bin/index.js",
"main": "./out/index.js",
"files": [
"out/**/*.js",
"!**/*.test.js"
],
"scripts": {
"test": "jest --coverage",
"app": "npm run build && npm run execute",
Expand Down

0 comments on commit 69b2bff

Please sign in to comment.