-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update main package.json with proper details
- Loading branch information
1 parent
2044907
commit acb7e2f
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "abr-payload-plugin", | ||
"version": "0.0.0=1", | ||
"homepage:": "https://payloadcms.com", | ||
"repository": "[email protected]:payloadcms/payload-plugin-template.git", | ||
"description": "Blank plugin template for Payload", | ||
"name": "plugin-adaptive-bitrate-videos", | ||
"version": "1.0.0", | ||
"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", | ||
"types": "dist/index.d.ts", | ||
"keywords": [ | ||
|
@@ -22,7 +22,7 @@ | |
"clean": "rimraf dist && rimraf dev/yarn.lock", | ||
"prepublishOnly": "yarn clean && yarn build && cd dev && yarn test" | ||
}, | ||
"author": "dev@payloadcms.com", | ||
"author": "colbygilbert95@gmail.com", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"payload": "^2.0.0" | ||
|