Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
fix: add keywords & badge for NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
smnbbrv committed Apr 8, 2019
1 parent c2f24c3 commit a882108
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Angular 6+ bindings for [plyr video and audio player](https://github.com/sampott

[![Build Status](https://img.shields.io/travis/smnbbrv/ngx-plyr/master.svg)](https://travis-ci.org/smnbbrv/ngx-plyr)
[![Coverage Status](https://img.shields.io/coveralls/github/smnbbrv/ngx-plyr/master.svg)](https://coveralls.io/github/smnbbrv/ngx-plyr?branch=master)
[![npm version](https://badge.fury.io/js/ngx-plyr.svg)](https://badge.fury.io/js/ngx-plyr)

## Installation

Expand Down
11 changes: 10 additions & 1 deletion projects/ngx-plyr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
{
"name": "ngx-plyr",
"license": "MIT",
"keywords": [
"ngx-plyr",
"ng-plyr",
"plyr",
"angular",
"player",
"video",
"audio"
],
"author": "smnbbrv",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/smnbbrv/ngx-plyr"
Expand Down

0 comments on commit a882108

Please sign in to comment.