Skip to content

Commit

Permalink
Added Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
WINOFFRG committed Apr 5, 2023
1 parent 2d83e0d commit ff79c49
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 7 deletions.
7 changes: 5 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
"changelog": "@changesets/cli/changelog",
"changelog": [
"@changesets/changelog-github",
{ "repo": "winoffrg/limeplay" }
],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": ["shaka-player", "@limeplay/docs"]
}
5 changes: 5 additions & 0 deletions .changeset/plenty-months-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@limeplay/core": patch
---

Bump patch, Package Readme
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "limeplay",
"version": "1.0.0",
"description": "",
"private": true,
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/winoffrg/limeplay.git"
},
"author": "Rohan Gupta <rohangupta1528@gmail.com>",
"license": "MIT",
"scripts": {
"limeplay:dev": "cd packages/limetree && pnpm run dev",
"lint": "eslint .",
Expand All @@ -19,9 +23,6 @@
"version:dev": "changeset version --snapshot dev",
"release:dev": "changeset publish --tag dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@changesets/cli": "^2.26.1",
"@changesets/get-release-plan": "^3.0.16",
Expand Down
15 changes: 15 additions & 0 deletions packages/limeplay-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,21 @@
"shaka-player": "^4.3.3",
"zustand": "^4.1.4"
},
"keywords": [
"player",
"react",
"ui",
"library",
"shaka",
"shaka-player",
"video",
"drm",
"dash",
"hls",
"accessible",
"design-system",
"components"
],
"author": "Rohan Gupta <rohangupta1528@gmail.com>",
"license": "MIT",
"homepage": "https://limeplay.me",
Expand Down

0 comments on commit ff79c49

Please sign in to comment.