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

Commit a301cbf

Browse files
committed
2.2.1
1 parent fd5f82b commit a301cbf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"strict": [0],
2727
"max-params": [1, 4],
2828
"semi": [1, "never"],
29+
"no-undef": [2],
2930
"no-unused-vars": [1, {"vars": "all", "args": "after-used"}],
3031
"no-alert": [1],
3132
"valid-jsdoc": [1],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scrollspy",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "react scrollspy component",
55
"main": "./scrollspy.js",
66
"files": [

0 commit comments

Comments
 (0)