Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ederssouza committed Jun 10, 2023
1 parent 6afe627 commit 481409b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ scrollspy.init()
### UMD in Browser

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/vanillajs-scrollspy.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].5/dist/vanillajs-scrollspy.min.js"></script>
<!-- or -->
<script src="./dist/vanillajs-scrollspy.min.js"></script>
```
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vanillajs-scrollspy",
"version": "3.0.4",
"version": "3.0.5",
"description": "ScrollSpy in pure JavaScript",
"main": "dist/vanillajs-scrollspy.cjs.js",
"module": "dist/vanillajs-scrollspy.es.js",
Expand All @@ -14,7 +14,9 @@
"coverage-test": "jest --coverage",
"coverage-test:watch": "jest --coverage --watchAll"
},
"files": ["dist"],
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ederssouza/vanillajs-scrollspy.git"
Expand Down

0 comments on commit 481409b

Please sign in to comment.