File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
"types" : " lib/index.d.ts" ,
6
6
"main" : " lib/index.js" ,
7
7
"bin" : {
8
- "htk -server" : " ./bin/run"
8
+ "httptoolkit -server" : " ./bin/run"
9
9
},
10
10
"files" : [
11
11
" /bin" ,
58
58
],
59
59
"license" : " Apache-2.0" ,
60
60
"oclif" : {
61
- "bin" : " htk -server"
61
+ "bin" : " httptoolkit -server"
62
62
}
63
63
}
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import * as fs from 'fs';
4
4
import * as envPaths from 'env-paths' ;
5
5
import { getStandalone , generateCACertificate } from 'mockttp' ;
6
6
7
- import { HttpToolkitServer } from './htk -server' ;
7
+ import { HttpToolkitServer } from './httptoolkit -server' ;
8
8
9
9
const canAccess = util . promisify ( fs . access ) ;
10
10
const mkDir = util . promisify ( fs . mkdir ) ;
You can’t perform that action at this time.
0 commit comments