Skip to content

Commit

Permalink
as dependency (#7015)
Browse files Browse the repository at this point in the history
  • Loading branch information
pionnegru committed May 11, 2021
1 parent e603486 commit 3a558d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/core/ng-package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../dist/core/",
"whitelistedNonPeerDependencies": [
"cropperjs"
],
"lib": {
"entryFile": "./public-api.ts",
"flatModuleFile": "adf-core",
Expand Down
4 changes: 3 additions & 1 deletion lib/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"bugs": {
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
},
"dependencies": {
"cropperjs": "1.5.11"
},
"peerDependencies": {
"@angular/animations": ">=10.0.2",
"@angular/cdk": ">=10.0.1",
Expand All @@ -26,7 +29,6 @@
"@alfresco/js-api": "4.4.0-3475",
"@alfresco/adf-extensions": "4.3.0",
"@ngx-translate/core": ">=13.0.0",
"cropperjs": "1.5.11",
"minimatch-browser": ">=1.0.0",
"moment": ">=2.22.2",
"pdfjs-dist": ">=2.3.200"
Expand Down

0 comments on commit 3a558d7

Please sign in to comment.