diff --git a/examples/node/package.json b/examples/node/package.json index 0d21b89..2442ce2 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -13,7 +13,7 @@ "npm:update": "npm run clean:all && npx npm-check-updates --upgrade && npm install" }, "dependencies": { - "@tkrotoff/fetch": "file:../..", + "@tkrotoff/fetch": "^0.17.0", "ts-node": "^10.9.1", "typescript": "^5.1.6" }, diff --git a/examples/web/package.json b/examples/web/package.json index 9c01543..81e0a3b 100644 --- a/examples/web/package.json +++ b/examples/web/package.json @@ -14,7 +14,7 @@ "npm:update": "npm run clean:all && npx npm-check-updates --upgrade && npm install" }, "dependencies": { - "@tkrotoff/fetch": "file:../..", + "@tkrotoff/fetch": "^0.17.0", "core-js": "^3.31.1", "expect": "^25.5.0", "ua-parser-js": "^1.0.35"