File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 "format" : " prettier --check src" ,
6767 "unused" : " knip"
6868 },
69- "bin" : " dist/cli .js" ,
69+ "bin" : " dist/index .js" ,
7070 "dependencies" : {
7171 "chalk" : " 4.1.2" ,
7272 "gradient-string" : " 2.0.2"
Original file line number Diff line number Diff line change 22
33const gradient = require ( 'gradient-string' ) ;
44const chalk = require ( 'chalk' ) ;
5- const packageJson = require ( '../package.json' ) ;
65
76const banner = gradient . atlas . multiline (
87 `
@@ -11,7 +10,7 @@ const banner = gradient.atlas.multiline(
1110| . ' | .-. | | | ,--. | .-. \\ | .--' ,--.
1211| |\\ \\ | '-' | | | | | | '--' / | | | |
1312\`--' \`--´ \`---´ \`--' \`--' \`------´ \`--' \`--'
14- 🚹 The accessible HTML-Standard | 👉 https://public-ui.github.io | ${ packageJson . version }
13+ 🚹 The accessible HTML-Standard | 👉 https://public-ui.github.io
1514` ,
1615 {
1716 interpolation : 'hsv' ,
You can’t perform that action at this time.
0 commit comments