Skip to content

Commit

Permalink
Fixed accosiation between projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
lindolo25 committed Mar 7, 2023
1 parent 8cf369e commit a2f3ab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions projects/ngx-object-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"dependencies": {
"tslib": "^2.0.0"
},
"main": "src/public-api.ts",
"keywords": [
"angular",
"angular2+",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
],
"paths": {
"ngx-object-diff": [
"dist/ngx-object-diff"
"./projects/ngx-object-diff"
],
"ngx-object-diff/*": [
"dist/ngx-object-diff/*"
"./projects/ngx-object-diff/*"
]
}
},
Expand Down

0 comments on commit a2f3ab8

Please sign in to comment.