File tree Expand file tree Collapse file tree 3 files changed +31
-69
lines changed
Expand file tree Collapse file tree 3 files changed +31
-69
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33 "dest" : " ../../dist/color-picker" ,
44 "lib" : {
55 "entryFile" : " src/public-api.ts"
6- }
7- }
6+ },
7+ "allowedNonPeerDependencies" : [
8+ " @ctrl/tinycolor"
9+ ]
10+ }
Original file line number Diff line number Diff line change 11{
2- "name" : " color-picker" ,
3- "version" : " 0.0.1" ,
2+ "name" : " @acrodata/color-picker" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " Another beautiful color picker." ,
5+ "publishConfig" : {
6+ "access" : " public"
7+ },
8+ "author" : " nzbin<nzb329@163.com>" ,
9+ "license" : " MIT" ,
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " https://github.com/acrodata/color-picker.git"
13+ },
14+ "homepage" : " https://acrodata.github.io/color-picker/" ,
15+ "keywords" : [
16+ " angular" ,
17+ " typescript" ,
18+ " color-picker" ,
19+ " colorpicker" ,
20+ " eyedropper" ,
21+ " ngx-color-picker" ,
22+ " ngx-color"
23+ ],
424 "peerDependencies" : {
5- "@angular/common" : " ^21.0.0" ,
6- "@angular/core" : " ^21.0.0"
25+ "@angular/common" : " >=17.0.0" ,
26+ "@angular/core" : " >=17.0.0" ,
27+ "@angular/forms" : " >=17.0.0"
728 },
829 "dependencies" : {
30+ "@ctrl/tinycolor" : " ^4.2.0" ,
931 "tslib" : " ^2.3.0"
1032 },
1133 "sideEffects" : false
You can’t perform that action at this time.
0 commit comments