@carbon/storybook-addon-theme 0.22.33 → 0.22.35
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
@@ -24,7 +24,7 @@ npm install @carbon/storybook-addon-theme
|
|
24
24
|
We are always looking for contributors to help us fix bugs, build new features,
|
25
25
|
or help us improve the project documentation. If you're interested, definitely
|
26
26
|
check out our
|
27
|
-
[Contributing Guide](https://github.com/carbon-design-system/ibm-
|
27
|
+
[Contributing Guide](https://github.com/carbon-design-system/ibm-products/blob/master/.github/CONTRIBUTING.md)
|
28
28
|
and
|
29
29
|
[Carbon's Developer Handbook](https://github.com/carbon-design-system/carbon/blob/master/docs/developer-handbook.md)!
|
30
30
|
👀
|
package/package.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "@carbon/storybook-addon-theme",
|
3
3
|
"description": "Carbon theme switcher for Storybook",
|
4
|
-
"version": "0.22.
|
4
|
+
"version": "0.22.35",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "dist/react.js",
|
7
7
|
"repository": {
|
8
8
|
"type": "git",
|
9
|
-
"url": "https://github.com/carbon-design-system/ibm-
|
9
|
+
"url": "https://github.com/carbon-design-system/ibm-products.git",
|
10
10
|
"directory": "packages/storybook-addon-carbon-theme"
|
11
11
|
},
|
12
|
-
"bugs": "https://github.com/carbon-design-system/ibm-
|
12
|
+
"bugs": "https://github.com/carbon-design-system/ibm-products/issues",
|
13
13
|
"homepage": "https://github.com/storybookjs/storybook#readme",
|
14
14
|
"files": [
|
15
15
|
"dist/**/*",
|
@@ -60,5 +60,5 @@
|
|
60
60
|
"npm-run-all": "^4.1.5",
|
61
61
|
"rimraf": "^5.0.0"
|
62
62
|
},
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "bee35ad1b671b94cf54542b9dcffcd298d34b198"
|
64
64
|
}
|