Skip to content

Commit d8938b5

Browse files
committed
chore: release 1.0.0
1 parent 4a29104 commit d8938b5

File tree

3 files changed

+31
-69
lines changed

3 files changed

+31
-69
lines changed

projects/color-picker/README.md

Lines changed: 0 additions & 63 deletions
This file was deleted.

projects/color-picker/ng-package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"dest": "../../dist/color-picker",
44
"lib": {
55
"entryFile": "src/public-api.ts"
6-
}
7-
}
6+
},
7+
"allowedNonPeerDependencies": [
8+
"@ctrl/tinycolor"
9+
]
10+
}

projects/color-picker/package.json

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,33 @@
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

0 commit comments

Comments
 (0)