Skip to content
Browse files

@DatTran fixed bower paths. Fixes #2740. closes #2775

  • Loading branch information...
1 parent 6bbd6f1 commit 7dff83b2a4d24aca935bdc89451ebba668800b29 @DatTran DatTran committed with gkatsev
Showing with 3 additions and 3 deletions.
  1. +1 −1 CHANGELOG.md
  2. +2 −2 bower.json
View
2 CHANGELOG.md
@@ -2,7 +2,7 @@ CHANGELOG
=========
## HEAD (Unreleased)
-_(none)_
+* @DatTran fixed bower paths. Fixes #2740 ([view](https://github.com/videojs/video.js/pull/2775))
--------------------
View
4 bower.json
@@ -2,8 +2,8 @@
"name": "video.js",
"description": "An HTML5 and Flash video player with a common API and skin for both.",
"main": [
- "src/js/video.js",
- "src/css/video-js.scss"
+ "dist/video.js",
+ "dist/video-js.css"
],
"moduleType": "es6",
"keywords": [

0 comments on commit 7dff83b

Please sign in to comment.
Something went wrong with that request. Please try again.