File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ async function run() {
45
45
"./steps/update-changelog.js" ,
46
46
"./steps/push-to-git.js" ,
47
47
"./steps/publish-to-npm.js" ,
48
- "./steps/bump-prettier.js" ,
49
48
"./steps/update-dependents-count.js" ,
49
+ "./steps/bump-prettier.js" ,
50
50
"./steps/post-publish-steps.js" ,
51
51
] . map ( ( step ) => importDefault ( step ) )
52
52
) ;
Original file line number Diff line number Diff line change @@ -330,7 +330,8 @@ const UsersSection = ({ language }) => {
330
330
</ a >
331
331
< div style = { { marginLeft : ".7em" , width : "260px" } } >
332
332
< p >
333
- More than < strong data-placeholder = "dependent-npm" > 10.4k</ strong > { " " }
333
+ More than{ " " }
334
+ < strong data-placeholder = "dependent-npm" > 10.4k</ strong > { " " }
334
335
dependent packages on npm
335
336
</ p >
336
337
< Button href = "https://www.npmjs.com/browse/depended/prettier" >
You can’t perform that action at this time.
0 commit comments