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 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" ,
5858 ],
5959 "license" : " Apache-2.0" ,
6060 "oclif" : {
61- "bin" : " htk -server"
61+ "bin" : " httptoolkit -server"
6262 }
6363}
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import * as fs from 'fs';
44import * as envPaths from 'env-paths' ;
55import { getStandalone , generateCACertificate } from 'mockttp' ;
66
7- import { HttpToolkitServer } from './htk -server' ;
7+ import { HttpToolkitServer } from './httptoolkit -server' ;
88
99const canAccess = util . promisify ( fs . access ) ;
1010const mkDir = util . promisify ( fs . mkdir ) ;
You can’t perform that action at this time.
0 commit comments