Move to github.com/ai.visibilityjs

This commit is contained in:
Andrey Sitnik
2014-02-28 16:09:46 +04:00
parent ecaa6bb6cb
commit 353afa0bde
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# Visibility.js
<img align="right" width="100" src="http://ai.github.io/visibility.js/logo.svg" title="Visibility.js logo by Eugenia Tuchapets">
<img align="right" width="100" src="http://ai.github.io/visibilityjs/logo.svg" title="Visibility.js logo by Eugenia Tuchapets">
Visibility.js is a wrapper for the [Page Visibility API]. It hides vendor prefixes and adds high level functions.
@@ -292,7 +292,7 @@ Add to your site:
### Other
If you need just a files, you can take already minified packages from
[github.com/ai/visibility.js/releases](https://github.com/ai/visibility.js/releases).
[github.com/ai/visibilityjs/releases](https://github.com/ai/visibilityjs/releases).
## Contributing

View File

@@ -1,7 +1,7 @@
{
"name": "visibilityjs",
"version": "1.1.0",
"homepage": "https://github.com/ai/visibility.js",
"homepage": "https://github.com/ai/visibilityjs",
"authors": ["Andrey A.I. Sitnik <andrey@sitnik.ru>"],
"description": "Wrapper for the Page Visibility API",
"license": "MIT",

View File

@@ -7,7 +7,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ai/visibility.js.git"
"url": "https://github.com/ai/visibilityjs.git"
},
"devDependencies": {
"coffee-script": "1.7.1",

View File

@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.author = 'Andrey Sitnik'
s.email = 'andrey@sitnik.ru'
s.homepage = 'https://github.com/ai/visibility.js'
s.homepage = 'https://github.com/ai/visibilityjs'
s.license = 'MIT'
s.add_dependency 'sprockets', '>= 2'