mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 01:21:07 +08:00
CHANGE ignorelist in npmignore to allowlist in package.json
This commit is contained in:
parent
274dfabbd2
commit
e76f935fbc
@ -22,6 +22,12 @@
|
||||
"scripts": {
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"files": [
|
||||
"bin/**/*",
|
||||
"dist/**/*",
|
||||
"README.md",
|
||||
"standalone.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ember/test-helpers": "^1.5.0",
|
||||
"@storybook/core": "5.2.0-beta.37",
|
||||
|
Loading…
x
Reference in New Issue
Block a user