Skip to content

Commit 6b5f4da

Browse files
authored
Fix create-kolibri (#6685)
2 parents 0e13285 + cd429f6 commit 6b5f4da

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

packages/create-kolibri/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
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"

packages/create-kolibri/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
const gradient = require('gradient-string');
44
const chalk = require('chalk');
5-
const packageJson = require('../package.json');
65

76
const 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',

0 commit comments

Comments
 (0)