File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ async function run() {
4545 "./steps/update-changelog.js" ,
4646 "./steps/push-to-git.js" ,
4747 "./steps/publish-to-npm.js" ,
48- "./steps/bump-prettier.js" ,
4948 "./steps/update-dependents-count.js" ,
49+ "./steps/bump-prettier.js" ,
5050 "./steps/post-publish-steps.js" ,
5151 ] . map ( ( step ) => importDefault ( step ) )
5252 ) ;
Original file line number Diff line number Diff line change @@ -330,7 +330,8 @@ const UsersSection = ({ language }) => {
330330 </ a >
331331 < div style = { { marginLeft : ".7em" , width : "260px" } } >
332332 < p >
333- More than < strong data-placeholder = "dependent-npm" > 10.4k</ strong > { " " }
333+ More than{ " " }
334+ < strong data-placeholder = "dependent-npm" > 10.4k</ strong > { " " }
334335 dependent packages on npm
335336 </ p >
336337 < Button href = "https://www.npmjs.com/browse/depended/prettier" >
You can’t perform that action at this time.
0 commit comments