sb 7.1.0-alpha.10 → 7.1.0-alpha.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "sb",
3
- "version": "7.1.0-alpha.10",
3
+ "version": "7.1.0-alpha.12",
4
4
  "description": "Storybook CLI",
5
5
  "keywords": [
6
6
  "storybook"
7
7
  ],
8
- "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/cli",
8
+ "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/cli",
9
9
  "bugs": {
10
10
  "url": "https://github.com/storybookjs/storybook/issues"
11
11
  },
12
12
  "repository": {
13
13
  "type": "git",
14
14
  "url": "https://github.com/storybookjs/storybook.git",
15
- "directory": "lib/cli"
15
+ "directory": "code/lib/cli"
16
16
  },
17
17
  "funding": {
18
18
  "type": "opencollective",
@@ -21,10 +21,10 @@
21
21
  "license": "MIT",
22
22
  "bin": "./index.js",
23
23
  "dependencies": {
24
- "@storybook/cli": "7.1.0-alpha.10"
24
+ "@storybook/cli": "7.1.0-alpha.12"
25
25
  },
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "gitHead": "e7c833e690dd0d2966ffb7fb806a3bda89a508c8"
29
+ "gitHead": "8de6963fca74d5952f5cb5737e34fb4e1ddfd0f6"
30
30
  }