Skip to content

Commit 3ad42ff

Browse files
authored
Merge pull request #3 from digitaldrummerj/chore/update-keywords
add: timer to keywords
2 parents 1d1f1b4 + 5e258a3 commit 3ad42ff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

companion/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"Stopwatch"
2626
],
2727
"keywords": [
28-
"time"
28+
"time",
29+
"timer"
2930
]
3031
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generic-stopwatch",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"main": "index.js",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)