Updated reg.

This commit is contained in:
Carles Tubio 2017-05-28 14:38:28 +02:00 committed by GitHub
parent 15e37fb222
commit de74cdf35b

View File

@ -1,14 +1,11 @@
{
"name": "hacktimer",
"version": "1.1.0",
"version": "1.1.1",
"description": "Avoid timers throttling by browser when tab is inactive",
"main": "HackTimer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/turuslan/HackTimer.git"
"url": "git+https://github.com/ctubio/HackTimer.git"
},
"keywords": [
"suspend",
@ -25,7 +22,7 @@
"author": "turuslan <turuslan.devbox@gmail.com> (http://github.com/turuslan/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/turuslan/HackTimer/issues"
"url": "https://github.com/ctubio/HackTimer/issues"
},
"homepage": "https://github.com/turuslan/HackTimer"
"homepage": "https://github.com/ctubio/HackTimer"
}