Skip to content

Commit

Permalink
adds keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
smohadjer committed Oct 23, 2023
1 parent 4b32385 commit 24696e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "3.3.1",
"description": "filterList.js allows filtering of any HTML list or group of elements via data attributes. Filters can be set or changed via URL parameters, or form elements, or by other scripts. The script is written in plain JavaScript and has no dependencies.",
"main": "src/filterList.js",
"keywords": ["filter", "filtering", "html", "elements"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "esbuild src/filterList.js --bundle --format=esm --minify --sourcemap --outfile=dist/filterList.min.js"
Expand Down

0 comments on commit 24696e9

Please sign in to comment.