Skip to content

Commit

Permalink
Merge pull request #13 from jwanner83/fixing-scroll
Browse files Browse the repository at this point in the history
increasing version on unpkg.com link
  • Loading branch information
jwanner83 authored Jun 26, 2020
2 parents 4e81c02 + dbdd6ca commit ca8bfa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ script or create an instance of the follow class with `let follow = new Follow()

### unpkg
#### with auto init
`<script src="https://unpkg.com/[email protected].0/dist/follow.min.js" data-follow-auto></script>`
`<script src="https://unpkg.com/[email protected].2/dist/follow.min.js" data-follow-auto></script>`
#### without auto init
`<script src="https://unpkg.com/[email protected].0/dist/follow.min.js"></script>`
`<script src="https://unpkg.com/[email protected].2/dist/follow.min.js"></script>`

## Methods
### initiate
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": "follow-js",
"version": "2.1.1",
"version": "2.1.2",
"description": "let elements follow your cursor",
"main": "dist/follow.min.js",
"repository": {
Expand Down

0 comments on commit ca8bfa5

Please sign in to comment.