Skip to content

Commit

Permalink
Merge pull request #17 from kaltura/FEC-12665
Browse files Browse the repository at this point in the history
FEC-12665 v0.3.0 due to dependency issue
  • Loading branch information
GouravSna authored Oct 12, 2022
2 parents 93e8102 + 393aa92 commit ac6cd3a
Show file tree
Hide file tree
Showing 3 changed files with 611 additions and 2,298 deletions.
10 changes: 0 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,6 @@ We use [TypeScript](https://www.typescriptlang.org/) for type checking, [ESLint]

Our pre-commit hooks verify that the linter and tests pass when committing.

### Publishing to npm

We use [release-it](https://github.com/release-it/release-it) to make it easier to publish new versions. It handles common tasks like bumping version based on semver, creating tags and releases etc.

To publish new versions, run the following:

```sh
yarn release
```

### Scripts

The `package.json` file contains various scripts for common tasks:
Expand Down
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaltura-player-rn",
"version": "0.2.0",
"version": "0.3.0",
"description": "React Native Library for KalturaPlayer",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -31,22 +31,27 @@
"bootstrap": "yarn example && yarn && yarn pods"
},
"keywords": [
"react-native player",
"react-native",
"ios",
"android"
"android",
"video player",
"video streaming",
"exoplayer",
"avplayer"
],
"repository": "https://www.kaltura.com",
"author": "Player Team (https://www.kaltura.com)",
"repository": "https://github.com/kaltura/kaltura-player-rn",
"author": "Kaltura Player Team (community@kaltura.com)",
"license": "AGPL-3.0",
"bugs": {
"url": "https://www.kaltura.com/issues"
"url": "https://github.com/kaltura/kaltura-player-rn/issues"
},
"homepage": "https://www.kaltura.com#readme",
"homepage": "https://github.com/kaltura/kaltura-player-rn#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"react-native": "^0.66.3"
"react-native": "^0.66.3"
},
"dependencies": {
"prop-types": "^15.8.1",
Expand All @@ -59,7 +64,6 @@
"@babel/runtime": "^7.17.9",
"@commitlint/config-conventional": "^11.0.0",
"@react-native-community/eslint-config": "*",
"@release-it/conventional-changelog": "^5.0.0",
"@types/jest": "^26.0.0",
"@types/react": "^16.9.19",
"@types/react-native": "0.62.13",
Expand All @@ -72,7 +76,6 @@
"pod-install": "^0.1.0",
"prettier": "^2.0.5",
"react-native-builder-bob": "^0.18.0",
"release-it": "^15.0.0",
"typescript": "^4.1.3"
},
"jest": {
Expand Down
Loading

0 comments on commit ac6cd3a

Please sign in to comment.