Skip to content

Commit

Permalink
chore: publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilly2fast committed Aug 29, 2024
1 parent acb7e2f commit 77ea1ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ This plugin extends Payload CMS to provide Adaptive Bitrate (ABR) streaming capa

## Installation

`yarn add plugin-adaptive-bitrate-videos` or `npm install plugin-adaptive-bitrate-videos`
`yarn add plugin-adaptive-bitrate-videos` 
or 
`npm install plugin-adaptive-bitrate-videos`

## Usage

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "plugin-adaptive-bitrate-videos",
"version": "1.0.0",
"version": "1.0.1",
"homepage:": "https://github.com/cgilly2fast/plugin-adaptive-bitrate-videos",
"repository": "[email protected]:cgilly2fast/plugin-adaptive-bitrate-videos.git",
"description": "Payload plugin for automatic adaptive bitrate process of videos.",
"main": "dist/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"keywords": [
"payload",
Expand Down

0 comments on commit 77ea1ae

Please sign in to comment.