Skip to content

Commit

Permalink
feat(export): export adapters without unsafe prefix (#5839)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS committed Aug 26, 2023
1 parent dff74ae commit 1601f4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -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",
Expand Down Expand Up @@ -212,4 +214,4 @@
"@commitlint/config-conventional"
]
}
}
}

0 comments on commit 1601f4a

Please sign in to comment.