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

Commit 457ac5e

Browse files
committed
updated packages
1 parent e5f75de commit 457ac5e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

bower.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moment-timer",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A moment.js plugin for timers setInterval & setTimeout.",
55
"main": "lib/moment-timer.js",
66
"repository": {
@@ -12,8 +12,11 @@
1212
],
1313
"keywords": [
1414
"setInterval",
15+
"interval",
1516
"setTimeout",
16-
"timer"
17+
"timeout",
18+
"timer",
19+
"moment"
1720
],
1821
"license": "MIT",
1922
"bugs": {

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moment-timer",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A moment.js plugin for timers setInterval & setTimeout.",
55
"main": "lib/moment-timer.js",
66
"repository": {
@@ -12,8 +12,11 @@
1212
],
1313
"keywords": [
1414
"setInterval",
15+
"interval",
1516
"setTimeout",
16-
"timer"
17+
"timeout",
18+
"timer",
19+
"moment"
1720
],
1821
"license": "MIT",
1922
"bugs": {

0 commit comments

Comments
 (0)