diff --git a/package.json b/package.json index d9c02f4bc7..e0db008de4 100644 --- a/package.json +++ b/package.json @@ -14,23 +14,23 @@ }, "./ajax": { "node": "./dist/cjs/ajax/index.js", - "default": "./dist/dist/esm5/ajax/index.js" + "default": "./dist/esm5/ajax/index.js" }, "./fetch": { "node": "./dist/cjs/fetch/index.js", - "default": "./dist/dist/esm5/fetch/index.js" + "default": "./dist/esm5/fetch/index.js" }, "./operators": { "node": "./dist/cjs/operators/index.js", - "default": "./dist/dist/esm5/operators/index.js" + "default": "./dist/esm5/operators/index.js" }, "./testing": { "node": "./dist/cjs/testing/index.js", - "default": "./dist/dist/esm5/testing/index.js" + "default": "./dist/esm5/testing/index.js" }, "./webSocket": { "node": "./dist/cjs/webSocket/index.js", - "default": "./dist/dist/esm5/webSocket/index.js" + "default": "./dist/esm5/webSocket/index.js" }, "./package.json": "./package.json" },