Skip to content

Commit 6c684e1

Browse files
committed
Rename the binary to 'httptoolkit-server'
1 parent 61b7b7a commit 6c684e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"types": "lib/index.d.ts",
66
"main": "lib/index.js",
77
"bin": {
8-
"htk-server": "./bin/run"
8+
"httptoolkit-server": "./bin/run"
99
},
1010
"files": [
1111
"/bin",
@@ -58,6 +58,6 @@
5858
],
5959
"license": "Apache-2.0",
6060
"oclif": {
61-
"bin": "htk-server"
61+
"bin": "httptoolkit-server"
6262
}
6363
}
File renamed without changes.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as fs from 'fs';
44
import * as envPaths from 'env-paths';
55
import { getStandalone, generateCACertificate } from 'mockttp';
66

7-
import { HttpToolkitServer } from './htk-server';
7+
import { HttpToolkitServer } from './httptoolkit-server';
88

99
const canAccess = util.promisify(fs.access);
1010
const mkDir = util.promisify(fs.mkdir);

0 commit comments

Comments
 (0)