@vueless/storybook 1.1.3-beta.10 → 1.1.3-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.storybook-ts/tsconfig.app.json +0 -1
- package/bin/index.js +1 -1
- package/package.json +1 -1
package/bin/index.js
CHANGED
|
@@ -34,7 +34,7 @@ function copyStorybookPreset(source, target, { consoles = true } = {}) {
|
|
|
34
34
|
|
|
35
35
|
const warnMessage = styleText(
|
|
36
36
|
"yellow",
|
|
37
|
-
`Current Storybook preset backed into
|
|
37
|
+
`Current Storybook preset backed into: '${path.basename(renamedTarget)}' folder. Remove it before commit.`,
|
|
38
38
|
);
|
|
39
39
|
|
|
40
40
|
console.log(warnMessage);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueless/storybook",
|
|
3
|
-
"version": "1.1.3-beta.
|
|
3
|
+
"version": "1.1.3-beta.11",
|
|
4
4
|
"description": "Simplifies Storybook configuration for Vueless UI library.",
|
|
5
5
|
"author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
|
|
6
6
|
"homepage": "https://vueless.com",
|