Skip to content

Commit d6aa001

Browse files
Move to Fraction
1 parent f17f1db commit d6aa001

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Timers are automatically cleared after their call count reaches `options.limit`,
3939

4040
## Support
4141

42-
Please [open an issue](https://github.com/christianbundy/set-timer/issues/new) for questions and concerns.
42+
Please [open an issue](https://github.com/fraction/set-timer/issues/new) for questions and concerns.
4343

4444
## Contributing
4545

46-
Fork the project, commit your changes, and [open a pull request](https://github.com/christianbundy/set-timer/compare/).
46+
Fork the project, commit your changes, and [open a pull request](https://github.com/fraction/set-timer/compare/).

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "set-timer",
3-
"version": "2.1.2",
3+
"version": "2.1.1",
44
"description": "A lightweight abstraction for the JavaScript Timer API.",
55
"main": "set-timer.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/christianbundy/set-timer.git"
11+
"url": "https://github.com/fraction/set-timer.git"
1212
},
1313
"keywords": [
1414
"timer",
@@ -24,7 +24,7 @@
2424
"author": "Christian Bundy <[email protected]> (http://christianbundy.com/)",
2525
"license": "FPL",
2626
"bugs": {
27-
"url": "https://github.com/christianbundy/set-timer/issues"
27+
"url": "https://github.com/fraction/set-timer/issues"
2828
},
29-
"homepage": "https://github.com/set-timer/meantime"
29+
"homepage": "https://github.com/fraction/set-timer"
3030
}

0 commit comments

Comments
 (0)