Skip to content

Commit

Permalink
fix: add material colors dependency at root level
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Nov 8, 2021
1 parent c3bc665 commit 4fb9713
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"$schema": "../../../node_modules/ng-packagr/package.schema.json",
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "ngx-color",
"version": "0.0.0-placeholder",
"description": "A Collection of Color Pickers from Sketch, Photoshop, Chrome & more",
"dependencies": {
"@ctrl/tinycolor": "^3.4.0"
"@ctrl/tinycolor": "^3.4.0",
"material-colors": "^1.2.6"
},
"peerDependencies": {
"@angular/core": ">=12.0.0-0",
Expand Down

0 comments on commit 4fb9713

Please sign in to comment.