File tree Expand file tree Collapse file tree
integrations/tailwindcss-cli/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -627,7 +627,7 @@ describe('Build command', () => {
627627
628628 expect ( dedent ( combined ) ) . toEqual (
629629 dedent ( `
630- tailwindcss v${ version }
630+ tailwindcss-mp v${ version }
631631
632632 Usage:
633633 tailwindcss build [options]
@@ -728,7 +728,7 @@ describe('Init command', () => {
728728
729729 expect ( dedent ( combined ) ) . toEqual (
730730 dedent ( `
731- tailwindcss v${ version }
731+ tailwindcss-mp v${ version }
732732
733733 Usage:
734734 tailwindcss init [options]
Original file line number Diff line number Diff line change 1010 "homepage" : " https://tailwindcss.com" ,
1111 "bin" : {
1212 "tailwind" : " lib/cli.js" ,
13- "tailwindcss" : " lib/cli.js"
13+ "tailwindcss" : " lib/cli.js" ,
14+ "tailwindcss-mp" : " lib/cli.js"
1415 },
1516 "scripts" : {
1617 "prebuild" : " npm run generate && rimraf lib" ,
You can’t perform that action at this time.
0 commit comments