mirror of
https://github.com/ai/visibilityjs.git
synced 2026-04-19 03:00:02 -04:00
Move to github.com/ai.visibilityjs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user