CHANGE ignorelist in npmignore to allowlist in package.json

This commit is contained in:
Norbert de Langen 2019-09-23 19:28:26 +02:00
parent 23c0ca7614
commit f8489bbe0b

View File

@ -14,6 +14,10 @@
"url": "https://github.com/storybookjs/storybook.git",
"directory": "lib/channels"
},
"files": [
"dist/**/*",
"README.md"
],
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",