Skip to content

Commit 24dbd76

Browse files
committed
fix(backgroundlayers): extra comma in package.json
1 parent 67fe7c2 commit 24dbd76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/alertdialog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"build": "gulp"
1919
},
2020
"peerDependencies": {
21+
"@spectrum-css/backgroundlayers": ">=1",
2122
"@spectrum-css/button": ">=11",
22-
"@spectrum-css/backgroundlayers": ">=1",,
2323
"@spectrum-css/buttongroup": ">=6",
2424
"@spectrum-css/divider": ">=1 <=2",
2525
"@spectrum-css/icon": ">=4",
@@ -28,6 +28,7 @@
2828
"@spectrum-css/underlay": ">=3"
2929
},
3030
"devDependencies": {
31+
"@spectrum-css/backgroundlayers": "^1.0.0-alpha.0",
3132
"@spectrum-css/button": "^11.0.16",
3233
"@spectrum-css/buttongroup": "^6.1.14",
3334
"@spectrum-css/component-builder-simple": "^3.0.0",
@@ -36,7 +37,6 @@
3637
"@spectrum-css/modal": "^4.0.3",
3738
"@spectrum-css/tokens": "^13.0.4",
3839
"@spectrum-css/underlay": "^3.0.11",
39-
"@spectrum-css/backgroundlayers": "^1.0.0-alpha.0",
4040
"gulp": "^4.0.0"
4141
},
4242
"publishConfig": {

0 commit comments

Comments
 (0)