@carbon/storybook-addon-theme 0.22.37 → 0.22.39

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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-cloud-cognitive/blob/master/.github/CONTRIBUTING.md)
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.37",
4
+ "version": "0.22.39",
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-cloud-cognitive.git",
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-cloud-cognitive/issues",
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": "ad98aafb328f6829ff178b9151d4406269211043"
63
+ "gitHead": "e67a831df35b9a4b120124d6a9b6dbd1d4fa742b"
64
64
  }