Skip to content

Commit edf01c3

Browse files
committed
fix: added peer dependency to dist
1 parent 3a58b6f commit edf01c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

projects/openapi-fetch-angular/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-fetch-angular",
33
"description": "Fast, typesafe fetch client for your OpenAPI schema. Works with Angular HTTPClient API.",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"license": "MIT",
66
"author": "Luna Simons <[email protected]> (https://bddvlpr.com)",
77
"contributors": [
@@ -25,7 +25,8 @@
2525
},
2626
"peerDependencies": {
2727
"@angular/common": "^17.3.0",
28-
"@angular/core": "^17.3.0"
28+
"@angular/core": "^17.3.0",
29+
"openapi-typescript-helpers": "^0.0.7"
2930
},
3031
"dependencies": {
3132
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)