Skip to content

Commit

Permalink
Release 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyvercher committed Sep 16, 2017
1 parent 5bbf939 commit 70a00b1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skip-link-focus",
"version": "0.1.0",
"version": "1.0.0",
"description": "Make 'skip to content' links more accessible.",
"license": "BSD-3-Clause",
"main": "skip-link-focus.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skip-link-focus",
"version": "0.1.0",
"version": "1.0.0",
"description": "Make 'skip to content' links more accessible.",
"author": "Brady Vercher",
"license": "BSD-3-Clause",
Expand Down
4 changes: 2 additions & 2 deletions skip-link-focus.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Skip Link Focus v0.1.0
* Skip Link Focus v1.0.0
* https://github.com/cedaro/skip-link-focus
*
* @copyright Modifications Copyright (c) 2015 Cedaro, LLC
Expand Down Expand Up @@ -41,7 +41,7 @@
for ( i = 0; i < skipLinks.length; ++i ) {
skipLinks[ i ].addEventListener( 'click', skipLinkClickHandler );
}

// Handle initial hash.
if ( location.hash && location.hash.substring( 1 ) ) {
skipToElement( location.hash.substring( 1 ) );
Expand Down
2 changes: 1 addition & 1 deletion skip-link-focus.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 70a00b1

Please sign in to comment.