Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
makotot committed Jul 30, 2016
1 parent fd5f82b commit a301cbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"strict": [0],
"max-params": [1, 4],
"semi": [1, "never"],
"no-undef": [2],
"no-unused-vars": [1, {"vars": "all", "args": "after-used"}],
"no-alert": [1],
"valid-jsdoc": [1],
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": "react-scrollspy",
"version": "2.2.0",
"version": "2.2.1",
"description": "react scrollspy component",
"main": "./scrollspy.js",
"files": [
Expand Down

0 comments on commit a301cbf

Please sign in to comment.