Skip to content

Commit

Permalink
feat(angular-cropperjs): install angular-cropperjs and cropperjs
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusdavidson committed Aug 10, 2018
1 parent 0bcd771 commit c39005d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,18 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^6.0.3",
"@angular/common": "^6.0.3",
"@angular/core": "^6.0.3",
"@angular/compiler": "^6.0.3",
"@angular/animations": "^6.0.3",
"@angular/core": "^6.0.3",
"@angular/forms": "^6.0.3",
"@angular/http": "^6.0.3",
"@angular/platform-browser": "^6.0.3",
"@angular/platform-browser-dynamic": "^6.0.3",
"@angular/router": "^6.0.3",
"angular-cropperjs": "^1.0.0",
"core-js": "^2.5.4",
"cropperjs": "^1.4.1",
"rxjs": "^6.0.0",
"zone.js": "^0.8.26"
},
Expand Down
6 changes: 4 additions & 2 deletions projects/angular-upcrop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"
"@angular/core": "^6.0.0-rc.0 || ^6.0.0",
"angular-cropperjs": "^1.0.0",
"cropperjs": "^1.4.1"
}
}
}

0 comments on commit c39005d

Please sign in to comment.