From 551575ae80eeae006e79a1ebc3d01020a44fd401 Mon Sep 17 00:00:00 2001 From: Akalanka Perera Date: Sat, 27 Jul 2024 22:25:14 +0530 Subject: [PATCH] Fix(timekeeper): updated binary name --- packages/timekeeper/.eslintcache | 1 - packages/timekeeper/package.json | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 packages/timekeeper/.eslintcache diff --git a/packages/timekeeper/.eslintcache b/packages/timekeeper/.eslintcache deleted file mode 100644 index 04baf3f..0000000 --- a/packages/timekeeper/.eslintcache +++ /dev/null @@ -1 +0,0 @@ -[{"/Users/akalanka/Documents/Repositories/FOSS/npm-catalogue/packages/timekeeper/src/index.js":"1","/Users/akalanka/Documents/Repositories/FOSS/npm-catalogue/packages/timekeeper/src/runner.js":"2"},{"size":652,"mtime":1722086200610,"results":"3","hashOfConfig":"4"},{"size":1160,"mtime":1722086200610,"results":"5","hashOfConfig":"4"},{"filePath":"6","messages":"7","suppressedMessages":"8","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1sjpr4z",{"filePath":"9","messages":"10","suppressedMessages":"11","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/akalanka/Documents/Repositories/FOSS/npm-catalogue/packages/timekeeper/src/index.js",[],[],"/Users/akalanka/Documents/Repositories/FOSS/npm-catalogue/packages/timekeeper/src/runner.js",[],["12","13","14","15"],{"ruleId":"16","severity":1,"message":"17","line":25,"column":3,"nodeType":"18","messageId":"19","endLine":25,"endColumn":15,"suppressions":"20"},{"ruleId":"16","severity":1,"message":"17","line":29,"column":3,"nodeType":"18","messageId":"19","endLine":29,"endColumn":15,"suppressions":"21"},{"ruleId":"16","severity":1,"message":"17","line":32,"column":17,"nodeType":"18","messageId":"19","endLine":32,"endColumn":28,"suppressions":"22"},{"ruleId":"16","severity":1,"message":"17","line":33,"column":17,"nodeType":"18","messageId":"19","endLine":33,"endColumn":30,"suppressions":"23"},"no-console","Unexpected console statement.","MemberExpression","unexpected",["24"],["25"],["26"],["27"],{"kind":"28","justification":"29"},{"kind":"28","justification":"29"},{"kind":"28","justification":"29"},{"kind":"28","justification":"29"},"directive",""] \ No newline at end of file diff --git a/packages/timekeeper/package.json b/packages/timekeeper/package.json index f9ce705..853d2c6 100644 --- a/packages/timekeeper/package.json +++ b/packages/timekeeper/package.json @@ -3,7 +3,9 @@ "version": "0.0.8-blizzard.3", "description": "CLI tool for automated function tracing", "main": "dist/index.js", - "bin": "dist/index.js", + "bin": { + "timekeeper": "dist/index.js" + }, "scripts": { "build": "node ../../scripts/esbuild.config.js", "build:watch": "bash ../../scripts/esbuild.watch.sh",