@storybook/addon-onboarding 0.0.30-canary.40.9cbd35d.0 → 0.0.30-canary.40.db0cd1c.0
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/package.json +8 -14
package/package.json
CHANGED
|
@@ -1,23 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-onboarding",
|
|
3
|
-
"version": "0.0.30-canary.40.
|
|
3
|
+
"version": "0.0.30-canary.40.db0cd1c.0",
|
|
4
4
|
"description": "Storybook Addon Onboarding - Introduces a new onboarding experience",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook-addons",
|
|
7
7
|
"addon-onboarding"
|
|
8
8
|
],
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"url": "https://github.com/storybookjs/addon-onboarding/issues"
|
|
12
|
-
},
|
|
13
|
-
"repository": {
|
|
14
|
-
"type": "git",
|
|
15
|
-
"url": "git+https://github.com/storybookjs/addon-onboarding.git"
|
|
16
|
-
},
|
|
9
|
+
"repository": "git+https://github.com/storybookjs/addon-onboarding.git",
|
|
10
|
+
"author": "@storybookjs/core",
|
|
17
11
|
"license": "MIT",
|
|
18
|
-
"author": {
|
|
19
|
-
"name": "@storybookjs/core"
|
|
20
|
-
},
|
|
21
12
|
"exports": {
|
|
22
13
|
".": {
|
|
23
14
|
"require": "./dist/index.js",
|
|
@@ -43,7 +34,6 @@
|
|
|
43
34
|
"scripts": {
|
|
44
35
|
"build": "tsup",
|
|
45
36
|
"build:watch": "yarn build --watch",
|
|
46
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
47
37
|
"start": "run-p build:watch 'storybook --quiet'",
|
|
48
38
|
"release": "yarn build && auto shipit",
|
|
49
39
|
"storybook": "storybook dev -p 6006",
|
|
@@ -114,5 +104,9 @@
|
|
|
114
104
|
},
|
|
115
105
|
"publishConfig": {
|
|
116
106
|
"access": "public"
|
|
117
|
-
}
|
|
107
|
+
},
|
|
108
|
+
"bugs": {
|
|
109
|
+
"url": "https://github.com/storybookjs/addon-onboarding/issues"
|
|
110
|
+
},
|
|
111
|
+
"homepage": "https://github.com/storybookjs/addon-onboarding#readme"
|
|
118
112
|
}
|