diff --git a/package.json b/package.json index 8d7a4c2..e0c926e 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,8 @@ "default": "./index.js" } }, + "./lib/adapters/http.js": "./lib/adapters/http.js", + "./lib/adapters/xhr.js": "./lib/adapters/xhr.js", "./unsafe/*": "./lib/*", "./unsafe/core/settle.js": "./lib/core/settle.js", "./unsafe/core/buildFullPath.js": "./lib/core/buildFullPath.js", @@ -212,4 +214,4 @@ "@commitlint/config-conventional" ] } -} \ No newline at end of file +}