Skip to content

Commit b2dc237

Browse files
Fix badges/shields; broken github actions workflow test badge.
1 parent e631ffd commit b2dc237

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
![table-sort-js](https://img.shields.io/npm/dm/table-sort-js)
33
![table-sort-js](https://img.shields.io/github/repo-size/leewannacott/table-sort-js)
44
![table-sort-js](https://img.shields.io/github/license/LeeWannacott/table-sort-js)
5-
![table-sort-js](https://img.shields.io/github/workflow/status/leewannacott/table-sort-js/Jest%20CI%20-%20Automated%20testing%20of%20table%20sorting.?label=tests)
5+
![table-sort-js](https://img.shields.io/github/actions/workflow/status/leewannacott/table-sort-js/jest.yml?branch=master)
66

77
## TABLE-SORT-JS.
88

deploy.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
cp public/table-sort.js npm/table-sort.js
2+
cp README.md npm/README.md
3+
cp LICENSE npm/LICENSE
4+
cp Contributors.md npm/Contributors.md
5+
echo "Reminder: Update npm package to new version in npm/package.json"

npm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
![table-sort-js](https://img.shields.io/npm/dm/table-sort-js)
33
![table-sort-js](https://img.shields.io/github/repo-size/leewannacott/table-sort-js)
44
![table-sort-js](https://img.shields.io/github/license/LeeWannacott/table-sort-js)
5-
![table-sort-js](https://img.shields.io/github/workflow/status/leewannacott/table-sort-js/Jest%20CI%20-%20Automated%20testing%20of%20table%20sorting.?label=tests)
5+
![table-sort-js](https://img.shields.io/github/actions/workflow/status/leewannacott/table-sort-js/jest.yml?branch=master)
66

77
## TABLE-SORT-JS.
88

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "table-sort-js",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "A JavaScript client-side HTML table sorting library with no dependencies required.",
55
"license": "MIT",
66
"repository": "LeeWannacott/table-sort-js",

0 commit comments

Comments
 (0)