Skip to content

Commit

Permalink
feat(youbora plugin): init youbora plugin implementation (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ziv authored and OrenMe committed Jul 30, 2017
1 parent bc324bf commit c301d80
Show file tree
Hide file tree
Showing 15 changed files with 217 additions and 3,422 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/src/youbora/youbora.lib.min.js
/flow-typed/**/*.js
/coverage
/dist
karma.conf.js
webpack.config.js
/src/playkit.js
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"rules": {
"mocha-no-only/mocha-no-only": [
"error"
],
"require-jsdoc": [
"error"
]
}
}
3 changes: 3 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[ignore]
.*/node_modules/conventional-changelog-core/test/fixtures/_malformation.json
.*/node_modules/playkit-js/src/
[include]
[libs]
node_modules/playkit-js/flow-typed/
[options]
unsafe.enable_getters_and_setters=true
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-core": "^6.24.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.7",
"babel-loader": "^6.4.1",
"babel-plugin-istanbul": "^4.0.0",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
Expand Down
Binary file removed src/assets/mov_bbb.mp4
Binary file not shown.
12 changes: 0 additions & 12 deletions src/index.html

This file was deleted.

Loading

0 comments on commit c301d80

Please sign in to comment.