@febog/table-filter 0.0.4 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# table-filter
|
|
2
2
|
|
|
3
|
+
[](https://github.com/febog/table-filter/actions/workflows/publish.yml)
|
|
4
|
+
[](https://www.npmjs.com/package/@febog/table-filter)
|
|
5
|
+
[](https://www.npmjs.com/package/@febog/table-filter)
|
|
6
|
+
|
|
3
7
|
A minimal way to filter HTML table rows.
|
|
4
8
|
|
|
5
9
|
## Background
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@febog/table-filter",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "A minimal way to filter HTML table rows.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript",
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"author": "Felipe Bojorquez",
|
|
20
20
|
"main": "table-filter.js",
|
|
21
21
|
"scripts": {
|
|
22
|
+
"postversion": "git push && git push --tags",
|
|
22
23
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
23
24
|
}
|
|
24
25
|
}
|