Skip to content

Commit

Permalink
Update to version 0.3.0, and update devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanbraun committed Feb 10, 2015
1 parent fbf403b commit 37e3b92
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions anchor.js
@@ -1,7 +1,7 @@
/*!
* AnchorJS - v0.1.0 - 2014-08-17
* AnchorJS - v0.3.0 - 2015-02-10
* https://github.com/bryanbraun/anchorjs
* Copyright (c) 2014 Bryan Braun; Licensed MIT
* Copyright (c) 2015 Bryan Braun; Licensed MIT
*/

function addAnchors(selector) {
Expand Down
4 changes: 2 additions & 2 deletions anchor.min.js

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

2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "anchor-js",
"version": "0.2.0",
"version": "0.3.0",
"authors": [
"Bryan Braun"
],
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "anchor-js",
"version": "0.2.0",
"version": "0.3.0",
"author": "bryanbraun (https://github.com/bryanbraun)",
"description": "A tiny javscript utility for adding anchor links to existing page content.",
"homepage": "https://github.com/bryanbraun/anchorjs",
Expand All @@ -18,7 +18,7 @@
"test": "npm run lint"
},
"devDependencies": {
"eslint": "~0.12.0",
"eslint": "~0.14.1",
"jshint": "~2.6.0",
"uglify-js": "~2.4.16"
},
Expand Down

0 comments on commit 37e3b92

Please sign in to comment.