Included dist and index.js in package files array

no-issue

This is to ensure the dist directory is including the the tarball for
npm, and that the module has an index.js file so it can be
requires/resolved
This commit is contained in:
Fabien O'Carroll 2019-05-07 14:54:45 +02:00
parent 3679f10783
commit 2731953423

View File

@ -13,6 +13,10 @@
"lint": "echo '@TODO FIX LINTING FOR MEMBERS-AUTH-PAGES'",
"posttest": "yarn lint"
},
"files": [
"index.js",
"dist"
],
"eslintIgnore": [
"build/*"
],