diff --git a/README.md b/README.md index 9ce7be0..d908df6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index aa31367..67a425e 100644 --- a/package.json +++ b/package.json @@ -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": "git@github.com: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",