Skip to content

Commit

Permalink
fix: add devkit and nx to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Oct 17, 2023
1 parent 4c7ff16 commit f86da1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/ngxtension/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"dest": "../../dist/libs/ngxtension",
"lib": {
"entryFile": "src/index.ts"
}
},
"allowedNonPeerDependencies": ["@nx/devkit", "nx"]
}
2 changes: 2 additions & 0 deletions libs/ngxtension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
"rxjs": "^6.0.0 || ^7.0.0"
},
"dependencies": {
"@nx/devkit": "^16.0.0",
"nx": "^16.0.0",
"tslib": "^2.3.0"
},
"sideEffects": false,
Expand Down

0 comments on commit f86da1b

Please sign in to comment.