Skip to content

Commit

Permalink
Feat/add badges (#12)
Browse files Browse the repository at this point in the history
* [FEAT] add badges

* [FEAT] bump version
  • Loading branch information
ederssouza authored Sep 25, 2022
1 parent 1e76573 commit d62f7c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VanillaJS ScrollSpy

[![Build Status](https://travis-ci.org/ederssouza/vanillajs-scrollspy.svg?branch=master)](https://travis-ci.org/ederssouza/vanillajs-scrollspy)
[![Build Status](https://travis-ci.org/ederssouza/vanillajs-scrollspy.svg?branch=master)](https://travis-ci.org/ederssouza/vanillajs-scrollspy) ![GitHub](https://img.shields.io/github/license/ederssouza/vanillajs-scrollspy) ![npm](https://img.shields.io/npm/v/vanillajs-scrollspy) ![npm](https://img.shields.io/npm/dw/vanillajs-scrollspy) ![npm](https://img.shields.io/npm/dm/vanillajs-scrollspy)

ScrollSpy in pure JavaScript.

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": "vanillajs-scrollspy",
"version": "3.0.1",
"version": "3.0.2",
"description": "ScrollSpy in pure JavaScript",
"main": "dist/vanillajs-scrollspy.cjs.js",
"module": "dist/vanillajs-scrollspy.es.js",
Expand Down

0 comments on commit d62f7c0

Please sign in to comment.