Skip to content

Commit

Permalink
Added @seatsio/types as a dependency of the seatsio-angular subproject
Browse files Browse the repository at this point in the history
  • Loading branch information
mroloux committed Nov 15, 2023
1 parent 34d1eb6 commit 8073bbe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"@angular/forms": "16.1.0",
"@angular/platform-browser": "16.1.0",
"@angular/platform-browser-dynamic": "16.1.0",
"@angular/router": "16.1.0",
"@seatsio/seatsio-types": "2.0.1"
"@angular/router": "16.1.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.9",
Expand Down
7 changes: 5 additions & 2 deletions projects/seatsio-angular/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"dest": "../../dist/seatsio-angular",
"lib": {
"entryFile": "src/public_api.ts"
}
}
},
"allowedNonPeerDependencies": [
"@seatsio/seatsio-types"
]
}
3 changes: 3 additions & 0 deletions projects/seatsio-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"javascript"
],
"homepage": "https://github.com/seatsio/seatsio-angular",
"dependencies": {
"@seatsio/seatsio-types": "2.0.1"
},
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0"
Expand Down

0 comments on commit 8073bbe

Please sign in to comment.