mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
CHANGE ignorelist in npmignore to allowlist in package.json && MOVE demo.gif && REMOVE src from published package
This commit is contained in:
parent
faeb468eca
commit
80a13fb690
@ -4,7 +4,7 @@ This addon is used to show stories source in the addon panel.
|
|||||||
|
|
||||||
[Framework Support](https://github.com/storybookjs/storybook/blob/master/ADDONS_SUPPORT.md)
|
[Framework Support](https://github.com/storybookjs/storybook/blob/master/ADDONS_SUPPORT.md)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 343 KiB After Width: | Height: | Size: 343 KiB |
@ -17,10 +17,16 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"jsnext:main": "src/index.js",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "node ../../scripts/prepare.js"
|
"prepare": "node ../../scripts/prepare.js"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist/**/*",
|
||||||
|
"docs/**/*",
|
||||||
|
"README.md",
|
||||||
|
"loader.js",
|
||||||
|
"register.js"
|
||||||
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@storybook/addons": "5.2.0-beta.37",
|
"@storybook/addons": "5.2.0-beta.37",
|
||||||
"@storybook/components": "5.2.0-beta.37",
|
"@storybook/components": "5.2.0-beta.37",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user