Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into bugfix-active-section
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmynotjim committed Oct 9, 2014
2 parents b9a9979 + 50954cb commit a237659
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 20 deletions.
3 changes: 1 addition & 2 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
"unused": true,
"boss": true,
"eqnull": true,
"node": true,
"es5": true
"node": true
}
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 0.8
- 0.10
before_script:
- npm install -g grunt-cli
- npm install semver
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ And constructed with these guidelines:

For more information on semantic versioning, please visit http://semver.org/.

## v2.3.0 - October 9, 2014

* Updated min Node to 0.10.*
* Updated all Node plugins to latest

## v2.2.0 - March 14, 2014

* Added option to change the classname used throughout the plugin.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![build status](https://secure.travis-ci.org/jimmynotjim/scrollNav.png?branch=v2.2.0)](http://travis-ci.org/jimmynotjim/scrollNav.js)
[![build status](https://secure.travis-ci.org/jimmynotjim/scrollNav.png?branch=v2.3.0)](http://travis-ci.org/jimmynotjim/scrollNav.js)

# [jQuery scrollNav][1]

Expand Down Expand Up @@ -213,7 +213,7 @@ scrollNav is Copyright © 2012-2013 James Wilson, released under the [MIT li

## Version

Latest stable version is v2.2.0. Make sure to view [the changelog][15] before updating, v2 is a complete re-write of the plugin.
Latest stable version is v2.3.0. Make sure to view [the changelog][15] before updating, v2 is a complete re-write of the plugin.

## Testing

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scrollNav",
"version": "2.2.0",
"version": "2.3.0",
"author": {
"name": "James Wilson",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.scrollNav.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! scrollNav - v2.2.0 - 2014-03-14
/*! scrollNav - v2.3.0 - 2014-10-09
* http://scrollnav.com
* Copyright (c) 2014 James Wilson; Licensed MIT */
(function($) {
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.scrollNav.min.js

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scrollNav",
"version": "2.2.0",
"version": "2.3.0",
"title": "scrollNav",
"author": {
"name": "James Wilson",
Expand Down Expand Up @@ -32,21 +32,21 @@
}
],
"engines": {
"node": ">= 0.8.0"
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt qunit"
},
"devDependencies": {
"grunt": "~0.4.1",
"semver": "~2.2.1",
"load-grunt-tasks": "~0.2.0",
"semver": "~4.0.3",
"load-grunt-tasks": "~0.6.0",
"grunt-exec": "~0.4.2",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-qunit": "~0.1.1",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-watch": "~0.2.0"
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1"
}
}
2 changes: 1 addition & 1 deletion scrollNav.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scrollNav",
"version": "2.2.0",
"version": "2.3.0",
"title": "scrollNav",
"description": "A jQuery plugin for building a scrolling side navigation menu",
"homepage": "http://scrollnav.com",
Expand Down

0 comments on commit a237659

Please sign in to comment.