Skip to content

Commit ab34990

Browse files
author
cboustead
committed
fix(npm): remove force resolutions
1 parent d3dfccf commit ab34990

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ Set this to override the default positioning of the menu button in the control b
2929

3030
Set this to one of the custom VJS icons ([https://videojs.github.io/font/](https://videojs.github.io/font/)) to override the icon for the menu button.
3131

32+
33+
## Methods
34+
35+
**getCurrentQuality** `string` - _'auto'__
36+
37+
Return the current set quality or 'auto'
38+
39+
3240
## Screenshots
3341

3442
Default setup - Menu selected:

package-lock.json

+9-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"watch:test": "rollup -c scripts/test.rollup.config.js -w",
4141
"prepublish": "npm run build",
4242
"prepush": "npm run lint",
43-
"precommit": "npm run docs:toc && git add README.md",
44-
"preinstall": "npx npm-force-resolutions"
43+
"precommit": "npm run docs:toc && git add README.md"
4544
},
4645
"keywords": [
4746
"videojs",
@@ -106,8 +105,5 @@
106105
"sinon": "^2.2.0",
107106
"uglify-js": "^3.0.7",
108107
"videojs-standard": "^6.0.0"
109-
},
110-
"resolutions": {
111-
"dot-prop": "4.2.1"
112108
}
113109
}

0 commit comments

Comments
 (0)