Github org rename (#7172)

Github org rename
This commit is contained in:
Michael Shilman 2019-06-22 16:45:17 +08:00 committed by GitHub
commit b364ed42f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 20 additions and 20 deletions

View File

@ -11,13 +11,13 @@
"files",
"viewer"
],
"homepage": "https://github.com/storybooks/storybook#readme",
"homepage": "https://github.com/storybookjs/storybook#readme",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git",
"url": "git+https://github.com/storybookjs/storybook.git",
"directory": "addons/design-assets"
},
"license": "MIT",

View File

@ -7,13 +7,13 @@
"storybook",
"query"
],
"homepage": "https://github.com/storybooks/storybook#readme",
"homepage": "https://github.com/storybookjs/storybook#readme",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git",
"url": "git+https://github.com/storybookjs/storybook.git",
"directory": "addons/addon-queryparams"
},
"license": "MIT",

View File

@ -3,7 +3,7 @@
Storybook for Rax is a UI development environment for your Rax components.
With it, you can visualize different states of your UI components and develop them interactively.
![Storybook Screenshot](https://github.com/storybooks/storybook/blob/master/media/storybook-intro.gif)
![Storybook Screenshot](https://github.com/storybookjs/storybook/blob/master/media/storybook-intro.gif)
Storybook runs outside of your app.
So you can develop UI components in isolation without worrying about app specific dependencies and requirements.

View File

@ -6,13 +6,13 @@
"storybook",
"rax"
],
"homepage": "https://github.com/storybooks/storybook/tree/master/app/rax",
"homepage": "https://github.com/storybookjs/storybook/tree/master/app/rax",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "app/rax"
},
"license": "MIT",

View File

@ -8,13 +8,13 @@
"storybook",
"parameter"
],
"homepage": "https://github.com/storybooks/storybook#readme",
"homepage": "https://github.com/storybookjs/storybook#readme",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git",
"url": "git+https://github.com/storybookjs/storybook.git",
"directory": "dev-kit/addon-parameter"
},
"license": "MIT",

View File

@ -8,13 +8,13 @@
"storybook",
"roundtrip"
],
"homepage": "https://github.com/storybooks/storybook#readme",
"homepage": "https://github.com/storybookjs/storybook#readme",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git",
"url": "git+https://github.com/storybookjs/storybook.git",
"directory": "dev-kit/addon-roundtrip"
},
"license": "MIT",

View File

@ -266,7 +266,7 @@ You can learn more about the complete API [here](/addons/api).
## Packaging
You can package this addon into a NPM module very easily. As an example, have a look at this [package](https://github.com/storybooks/storybook/tree/master/addons/notes).
You can package this addon into a NPM module very easily. As an example, have a look at this [package](https://github.com/storybookjs/storybook/tree/master/addons/notes).
In addition to moving the above code to a NPM module, we've set `react` and `@storybook/addons` as peer dependencies.

View File

@ -63,7 +63,7 @@ exports[`Storyshots Button with new info 1`] = `
>
Use the
<a
href="https://github.com/storybooks/storybook/tree/master/addons/info"
href="https://github.com/storybookjs/storybook/tree/master/addons/info"
rel="noopener noreferrer"
style="color:#3498db"
target="_blank"

View File

@ -3,7 +3,7 @@ import { configure, addParameters } from '@storybook/rax';
addParameters({
options: {
name: 'Rax Kitchen Sink',
url: 'https://github.com/storybooks/storybook/tree/master/examples/rax-kitchen-sink',
url: 'https://github.com/storybookjs/storybook/tree/master/examples/rax-kitchen-sink',
goFullScreen: false,
showAddonsPanel: true,
showSearchBox: false,

View File

@ -3,7 +3,7 @@ import { configure, addParameters } from '@storybook/rax';
addParameters({
options: {
name: 'Rax Kitchen Sink',
url: 'https://github.com/storybooks/storybook/tree/master/examples/rax-kitchen-sink',
url: 'https://github.com/storybookjs/storybook/tree/master/examples/rax-kitchen-sink',
goFullScreen: false,
showAddonsPanel: true,
showSearchBox: false,