Skip to content

Commit

Permalink
replacing the jquey dependency for a peerdependency as mentioned on t…
Browse files Browse the repository at this point in the history
…he issue #31
  • Loading branch information
hboavent committed Oct 23, 2018
1 parent 7ae0801 commit d34daf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ idle({

## Changelog

### 1.3.0

* Replacing the jquey dependency for a peerDependency as mentioned on the issue [#31](https://github.com/kidh0/jquery.idle/issues/31)

### 1.2.9

* Fixed jquery vulnerability.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/kidh0/jquery.idle.git"
},
"dependencies": {
"peerDependencies": {
"jquery": "^3"
},
"keywords": [
Expand Down

0 comments on commit d34daf6

Please sign in to comment.