Skip to content

Commit

Permalink
chore(cli): tagged version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Oct 13, 2024
1 parent d05270b commit 66ee62a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
7 changes: 3 additions & 4 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "smelly-cli",
"version": "0.0.5",
"version": "0.0.6",
"private": false,
"description": "Find out the smells in your tests, suggestions for correction and the theory behind them",
"main": "build/find-smells.js",
"bin": "build/find-smells.js",
"bin": "build/index.js",
"dependencies": {
"smelly-detector": "*",
"commander": "^12.1.0"
Expand All @@ -29,7 +28,7 @@
"ts-node": "^10.9.2"
},
"scripts": {
"compile": "rm -rf build/ && tsc",
"compile": "rm -rf build/ && tsc && cp index.js build/",
"watch": "webpack --watch",
"clean": "rm -rf out/ dist/ types/",
"compile-tests": "npm run clean && tsc -p . --outDir out",
Expand Down
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66ee62a

Please sign in to comment.