Skip to content

Commit

Permalink
[BADGES] add useful badges to repo (and test CI) (#15)
Browse files Browse the repository at this point in the history
kyle-west authored Jul 15, 2019
1 parent 6547173 commit 162c511
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `<persistent-state>`

[![Build Status](https://travis-ci.com/kyle-west/persistent-state.svg?branch=master)](https://travis-ci.com/kyle-west/persistent-state) [![Latest Version](https://img.shields.io/github/release/kyle-west/persistent-state.svg)](https://github.com/kyle-west/persistent-state/releases/latest) [![Licence](https://img.shields.io/github/license/kyle-west/persistent-state.svg)](https://github.com/kyle-west/persistent-state/blob/master/LICENSE) ![Size](https://img.shields.io/github/size/kyle-west/persistent-state/persistent-state.js.svg)

A native web component that holds onto the state of input elements during a
session and/or between sessions.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "persistent-state",
"version": "1.5.0",
"version": "1.5.1",
"description": "A native web component that holds onto the state of input elements during a session and/or between sessions.",
"main": "persistent-state.js",
"authors": [
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "persistent-state",
"version": "1.5.0",
"version": "1.5.1",
"description": "A native web component that holds onto the state of input elements during a session and/or between sessions.",
"main": "persistent-state.js",
"scripts": {

0 comments on commit 162c511

Please sign in to comment.