Skip to content

Commit

Permalink
Add specific list of packaged files
Browse files Browse the repository at this point in the history
  • Loading branch information
knuton committed Feb 2, 2024
1 parent 1c8c136 commit c26cc1c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ Contributions are welcome. Please fork the repository and submit a pull request

(C) Copyright 2024 Dividat AG

Published under the MIT License. See [LICENSE.md](LICENSE) for details.
Published under the MIT License. See [LICENSE](LICENSE) for details.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
"name": "focus-shift",
"version": "0.0.0",
"description": "A simple JavaScript library to shift element focus with the arrow keys",
"main": "index.js",
"keywords": [
"spatial navigation",
"keyboard navigation",
"kiosk",
"focus"
],
"files": [
"index.js",
"README.md",
"LICENSE"
],
"browser": "index.js",
"directories": {
"example": "examples"
},
Expand All @@ -19,7 +30,7 @@
"bugs": {
"url": "https://github.com/dividat/focus-shift/issues"
},
"homepage": "https://github.com/dividat/focus-shift#readme",
"homepage": "https://github.com/dividat/focus-shift",
"devDependencies": {
"cypress": "^13.6.4",
"playwright-webkit": "1.34",
Expand Down

0 comments on commit c26cc1c

Please sign in to comment.