Skip to content

Commit

Permalink
fix: update deps and peerDeps for vjs 7
Browse files Browse the repository at this point in the history
Fixes #498
  • Loading branch information
gkatsev committed May 24, 2018
1 parent 0c15c85 commit a8801d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com/videojs/videojs-youtube.git"
},
"peerDependencies": {
"video.js": "5.x || 6.x"
"video.js": "5.x || 6.x || 7.x"
},
"scripts": {
"build": "mkdirp dist && cp src/Youtube.js dist/Youtube.js && uglifyjs src/Youtube.js -o dist/Youtube.min.js",
Expand All @@ -42,6 +42,6 @@
"uglify-js": "^2.4.23"
},
"dependencies": {
"video.js": "^5.6.0 || ^6.2.8"
"video.js": "^5.6.0 || ^6.2.8 || ^7.0.2"
}
}

0 comments on commit a8801d0

Please sign in to comment.