Skip to content

Commit

Permalink
Format code with prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 2125bc7 according to the output
from prettier.

Details: https://deepsource.io/gh/chintan9/plyr-react/transform/31543c2b-eb06-4a26-8ce3-fda3dd3dc3cc/
  • Loading branch information
deepsource-autofix[bot] authored Oct 13, 2020
1 parent 2125bc7 commit 3403555
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
- React Player Project [\#212](https://github.com/chintan9/plyr-react/issues/212)
- Unsafe attempt to load URLDomains, protocols and ports must match. [\#183](https://github.com/chintan9/plyr-react/issues/183)
- Add npm package install instructions on README [\#136](https://github.com/chintan9/plyr-react/issues/136)
- How to run the methods like play, pause, etc.? [\#128](https://github.com/chintan9/plyr-react/issues/128)
- How to run the methods like play, pause, etc.? [\#128](https://github.com/chintan9/plyr-react/issues/128)

**Merged pull requests:**

Expand Down Expand Up @@ -190,6 +190,4 @@
- Pin dependencies [\#2](https://github.com/chintan9/plyr-react/pull/2) ([renovate[bot]](https://github.com/apps/renovate))
- Configure Renovate [\#1](https://github.com/chintan9/plyr-react/pull/1) ([renovate[bot]](https://github.com/apps/renovate))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_
1 change: 0 additions & 1 deletion config/cssTransform.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// This is a custom Jest transformer turning style imports into empty objects.
// http://facebook.github.io/jest/docs/en/webpack.html

Expand Down
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,17 @@
"files": [
"dist/**/*"
],
"keywords": ["react","plyr","video","vimeo","youtube","accessibility","javascript","player","media"],
"keywords": [
"react",
"plyr",
"video",
"vimeo",
"youtube",
"accessibility",
"javascript",
"player",
"media"
],
"engines": {
"node": ">=10",
"npm": ">=6"
Expand Down

0 comments on commit 3403555

Please sign in to comment.