sb 7.1.0-alpha.3 → 7.1.0-alpha.30

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 +6 -6
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "sb",
3
- "version": "7.1.0-alpha.3",
3
+ "version": "7.1.0-alpha.30",
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.3"
24
+ "@storybook/cli": "7.1.0-alpha.30"
25
25
  },
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "gitHead": "d0acd16fdf394463add948bac3f226b93f92c235"
30
- }
29
+ "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
30
+ }