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:
parent
3679f10783
commit
2731953423
@ -13,6 +13,10 @@
|
||||
"lint": "echo '@TODO FIX LINTING FOR MEMBERS-AUTH-PAGES'",
|
||||
"posttest": "yarn lint"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"dist"
|
||||
],
|
||||
"eslintIgnore": [
|
||||
"build/*"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user