Skip to content

Commit

Permalink
Merge branch 'main' into empty_body_responses
Browse files Browse the repository at this point in the history
  • Loading branch information
avivasyuta authored Sep 1, 2023
2 parents 27c8c5a + bfac018 commit 4ee8d8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
},
"./RemoteHttpInterceptor": {
"browser": null,
"types": "./lib/node/interceptors/RemoteHttpInterceptor.d.ts",
"require": "./lib/node/interceptors/RemoteHttpInterceptor.js",
"import": "./lib/node/interceptors/RemoteHttpInterceptor.mjs",
"default": "./lib/node/interceptors/RemoteHttpInterceptor.js"
"types": "./lib/node/RemoteHttpInterceptor.d.ts",
"require": "./lib/node/RemoteHttpInterceptor.js",
"import": "./lib/node/RemoteHttpInterceptor.mjs",
"default": "./lib/node/RemoteHttpInterceptor.js"
},
"./presets/node": {
"browser": null,
Expand Down Expand Up @@ -164,4 +164,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}

0 comments on commit 4ee8d8d

Please sign in to comment.