mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
fix(infra): correct artefact in non-needed-packages (#47121)
Someone added entry manually, so it gets resorted when removing a package, making a change non-focused one. This fixes that sorting issue. Thanks!
This commit is contained in:
parent
0527086d1d
commit
56343d4882
@ -2844,12 +2844,6 @@
|
||||
"sourceRepoURL": "https://github.com/material-components/material-components-web/tree/master/packages/mdc-auto-init",
|
||||
"asOfVersion": "1.0.0"
|
||||
},
|
||||
{
|
||||
"libraryName": "@material/ripple",
|
||||
"typingsPackageName": "material__ripple",
|
||||
"sourceRepoURL": "https://github.com/material-components/material-components-web/tree/master/packages/mdc-ripple",
|
||||
"asOfVersion": "1.0.0"
|
||||
},
|
||||
{
|
||||
"libraryName": "@material/checkbox",
|
||||
"typingsPackageName": "material__checkbox",
|
||||
@ -2940,6 +2934,12 @@
|
||||
"sourceRepoURL": "https://github.com/material-components/material-components-web/tree/master/packages/mdc-radio",
|
||||
"asOfVersion": "1.0.0"
|
||||
},
|
||||
{
|
||||
"libraryName": "@material/ripple",
|
||||
"typingsPackageName": "material__ripple",
|
||||
"sourceRepoURL": "https://github.com/material-components/material-components-web/tree/master/packages/mdc-ripple",
|
||||
"asOfVersion": "1.0.0"
|
||||
},
|
||||
{
|
||||
"libraryName": "@material/select",
|
||||
"typingsPackageName": "material__select",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user