Skip to content

Commit

Permalink
chore: update file listing in package manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Aug 20, 2020
1 parent 96e2a46 commit 9fe33c7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/endpoint-media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"type": "module",
"main": "index.js",
"files": [
"controllers",
"lib",
"views",
"index.js"
],
"bugs": {
Expand Down
3 changes: 3 additions & 0 deletions packages/endpoint-micropub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"type": "module",
"main": "index.js",
"files": [
"controllers",
"lib",
"views",
"index.js"
],
"bugs": {
Expand Down
2 changes: 2 additions & 0 deletions packages/endpoint-share/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"type": "module",
"main": "index.js",
"files": [
"controllers",
"views",
"index.js"
],
"bugs": {
Expand Down
6 changes: 5 additions & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@
"type": "module",
"main": "index.js",
"files": [
"assets",
"components",
"styles"
"layouts",
"lib",
"styles",
"index.js"
],
"bugs": {
"url": "https://github.com/getindiekit/indiekit/issues"
Expand Down

0 comments on commit 9fe33c7

Please sign in to comment.