Skip to content

Commit 79bfc0c

Browse files
committed
chore(ifpc): update package json)
1 parent f7d1a48 commit 79bfc0c

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

components/infieldprogresscircle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
55
This package is part of the [Spectrum CSS project](https://github.com/adobe/spectrum-css).
66

7-
See the [Spectrum CSS documentation](https://opensource.adobe.com/spectrum-css/infieldprogresscircle).
7+
See the [Spectrum CSS documentation](https://opensource.adobe.com/spectrum-css/) and [Spectrum CSS on GitHub](https://github.com/adobe/spectrum-css) for details.

components/infieldprogresscircle/package.json

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "The Spectrum CSS infieldprogresscircle component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
7-
"homepage": "https://opensource.adobe.com/spectrum-css/infieldprogresscircle",
7+
"homepage": "https://opensource.adobe.com/spectrum-css/?path=/docs/components-in-field-progress-circle--docs",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/adobe/spectrum-css.git",
@@ -17,30 +17,27 @@
1717
".": "./dist/index.css",
1818
"./*.md": "./*.md",
1919
"./dist/*": "./dist/*",
20+
"./index-*.css": "./dist/index-*.css",
2021
"./index.css": "./dist/index.css",
2122
"./metadata.json": "./dist/metadata.json",
2223
"./package.json": "./package.json",
2324
"./stories/*": "./stories/*"
2425
},
2526
"main": "dist/index.css",
26-
"files": [
27-
"dist/*",
28-
"*.md",
29-
"package.json",
30-
"stories/*",
31-
"metadata/*"
32-
],
3327
"peerDependencies": {
34-
"@spectrum-css/tokens": ">=14.0.0-next.0"
28+
"@spectrum-css/tokens": ">=16"
3529
},
3630
"devDependencies": {
37-
"@spectrum-css/tokens": "workspace:^"
31+
"@spectrum-css/tokens": "16.0.0"
3832
},
3933
"keywords": [
34+
"design-system",
4035
"spectrum",
41-
"css",
42-
"design system",
43-
"adobe"
36+
"spectrum-css",
37+
"adobe",
38+
"adobe-spectrum",
39+
"component",
40+
"css"
4441
],
4542
"publishConfig": {
4643
"access": "public"

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4445,9 +4445,9 @@ __metadata:
44454445
version: 0.0.0-use.local
44464446
resolution: "@spectrum-css/infieldprogresscircle@workspace:components/infieldprogresscircle"
44474447
dependencies:
4448-
"@spectrum-css/tokens": "workspace:^"
4448+
"@spectrum-css/tokens": "npm:16.0.0"
44494449
peerDependencies:
4450-
"@spectrum-css/tokens": ">=14.0.0-next.0"
4450+
"@spectrum-css/tokens": ">=16"
44514451
languageName: unknown
44524452
linkType: soft
44534453

0 commit comments

Comments
 (0)