NPM, Bower - prepare for 1.1.0 release.

This commit is contained in:
turuslan 2016-01-20 21:03:52 +03:00
parent a0342d12ff
commit 3762acb42f
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "HackTimer",
"main": "HackTimer.js",
"version": "1.0.0",
"version": "1.1.0",
"homepage": "https://github.com/turuslan/HackTimer",
"authors": [
"turuslan <turuslan.devbox@gmail.com>"

View File

@ -1,6 +1,6 @@
{
"name": "hacktimer",
"version": "1.0.0",
"version": "1.1.0",
"description": "Avoid timers throttling by browser when tab is inactive",
"main": "HackTimer.js",
"scripts": {
@ -27,5 +27,5 @@
"bugs": {
"url": "https://github.com/turuslan/HackTimer/issues"
},
"homepage": "https://github.com/turuslan/HackTimer#readme"
"homepage": "https://github.com/turuslan/HackTimer"
}