Skip to content

Commit

Permalink
chore: Update main package.json with proper details
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilly2fast committed Aug 29, 2024
1 parent 2044907 commit acb7e2f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
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": [
Expand All @@ -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"
Expand Down

0 comments on commit acb7e2f

Please sign in to comment.