Skip to content

Commit 66ee62a

Browse files
committed
chore(cli): tagged version 0.0.6
1 parent d05270b commit 66ee62a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

cli/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "smelly-cli",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"private": false,
55
"description": "Find out the smells in your tests, suggestions for correction and the theory behind them",
6-
"main": "build/find-smells.js",
7-
"bin": "build/find-smells.js",
6+
"bin": "build/index.js",
87
"dependencies": {
98
"smelly-detector": "*",
109
"commander": "^12.1.0"
@@ -29,7 +28,7 @@
2928
"ts-node": "^10.9.2"
3029
},
3130
"scripts": {
32-
"compile": "rm -rf build/ && tsc",
31+
"compile": "rm -rf build/ && tsc && cp index.js build/",
3332
"watch": "webpack --watch",
3433
"clean": "rm -rf out/ dist/ types/",
3534
"compile-tests": "npm run clean && tsc -p . --outDir out",

package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)