sb 7.1.0-alpha.9 → 7.1.0-beta.1

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.9",
3
+ "version": "7.1.0-beta.1",
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.9"
24
+ "@storybook/cli": "7.1.0-beta.1"
25
25
  },
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "gitHead": "ec112401efaae6d3d4996c790a30301177570da9"
30
- }
29
+ "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
30
+ }