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:
Piotr Błażejewicz (Peter Blazejewicz) 2020-08-28 23:50:08 +02:00 committed by GitHub
parent 0527086d1d
commit 56343d4882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",