Skip to content

Commit

Permalink
Move dwv to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Sep 13, 2024
1 parent f32ed21 commit cb6eea4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion projects/dwv-angular/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"dest": "../../dist/dwv-angular",
"lib": {
"entryFile": "src/public-api.ts"
}
},
"allowedNonPeerDependencies": [
"dwv"
]
}
4 changes: 2 additions & 2 deletions projects/dwv-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"@angular/common": "^18.2.0",
"@angular/cdk": "^18.2.0",
"@angular/core": "^18.2.0",
"@angular/material": "^18.2.0",
"dwv": "0.33.1"
"@angular/material": "^18.2.0"
},
"dependencies": {
"dwv": "0.33.1",
"tslib": "^2.3.0"
},
"sideEffects": false
Expand Down

0 comments on commit cb6eea4

Please sign in to comment.