mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:51:17 +08:00
CHANGE ignorelist in npmignore to allowlist in package.json
This commit is contained in:
parent
48622f3945
commit
8fe6808096
@ -22,6 +22,20 @@
|
||||
"scripts": {
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"files": [
|
||||
"dist/**/*",
|
||||
"README.md",
|
||||
"angular.js",
|
||||
"angular.d.ts",
|
||||
"ember.js",
|
||||
"html.js",
|
||||
"mithril.js",
|
||||
"preact.js",
|
||||
"rax.js",
|
||||
"react.js",
|
||||
"svelte.js",
|
||||
"vue.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@storybook/addons": "5.2.0-beta.37",
|
||||
"core-js": "^3.0.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user