Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit d2460ea

Browse files
Adding keys in package.json
1 parent 477906b commit d2460ea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22
"name": "stimulus-checkbox-select-all",
33
"version": "1.0.0",
44
"description": "A Stimulus controller for managing checkbox lists.",
5+
"keywords": [
6+
"stimulus",
7+
"stimulusjs",
8+
"stimulus controller",
9+
"checkbox",
10+
"checkbox-select-all"
11+
],
512
"repository": "git@github.com:stimulus-components/stimulus-checkbox-select-all.git",
13+
"bugs": {
14+
"url": "https://github.com/stimulus-components/stimulus-checkbox-select-all/issues"
15+
},
616
"author": "Guillaume Briday <guillaumebriday@gmail.com>",
717
"license": "MIT",
818
"homepage": "https://github.com/stimulus-components/stimulus-checkbox-select-all",

0 commit comments

Comments
 (0)