Skip to content

Commit

Permalink
feat(repo): peerdeps config (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandg7 committed Oct 3, 2022
1 parent 4425477 commit ab0985a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/coral-angular/package.json
Expand Up @@ -4,7 +4,7 @@
"peerDependencies": {
"@angular/common": "^14.2.0",
"@angular/core": "^14.2.0",
"@divetool/coral": "*"
"@divetool/coral": "file:../coral"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/coral-angular/project.json
Expand Up @@ -9,7 +9,8 @@
"executor": "@nrwl/angular:package",
"outputs": ["dist/packages/coral-angular"],
"options": {
"project": "packages/coral-angular/ng-package.json"
"project": "packages/coral-angular/ng-package.json",
"updateBuildableProjectDepsInPackageJson": false
},
"configurations": {
"production": {
Expand Down
2 changes: 1 addition & 1 deletion packages/coral-react/package.json
Expand Up @@ -20,6 +20,6 @@
"access": "public"
},
"peerDependencies": {
"@divetool/coral": "*"
"@divetool/coral": "file:../coral"
}
}
1 change: 1 addition & 0 deletions packages/coral-react/project.json
Expand Up @@ -17,6 +17,7 @@
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"skipTypeField": true,
"updateBuildableProjectDepsInPackageJson": false,
"assets": [
{
"glob": "packages/coral-react/README.md",
Expand Down

0 comments on commit ab0985a

Please sign in to comment.