mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +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)
|
||||
|
||||

|
||||

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