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", "name": "HackTimer",
"main": "HackTimer.js", "main": "HackTimer.js",
"version": "1.0.0", "version": "1.1.0",
"homepage": "https://github.com/turuslan/HackTimer", "homepage": "https://github.com/turuslan/HackTimer",
"authors": [ "authors": [
"turuslan <turuslan.devbox@gmail.com>" "turuslan <turuslan.devbox@gmail.com>"

View File

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