Skip to content

Commit

Permalink
update all outdated node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
samirkumardas committed Jul 26, 2020
1 parent e646684 commit cdeb7fc
Show file tree
Hide file tree
Showing 8 changed files with 3,607 additions and 1,424 deletions.
8 changes: 1 addition & 7 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
{
"presets": [
[
"es2015",
{
"modules": false
}
"@babel/preset-env"
]
],
"plugins": [
"external-helpers"
]
}
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
decoder.js
mp4-generator.js
2 changes: 1 addition & 1 deletion dist/jmuxer.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/jmuxer.min.js

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ module.exports = function(config) {
require('rollup-plugin-node-builtins')(),
require('rollup-plugin-babel')()
],
format: 'iife', // Helps prevent naming collisions.
name: 'Decoder', // Required for 'iife' format.
sourcemap: 'inline' // Sensible for testing.
output: {
format: 'iife', // Helps prevent naming collisions.
name: 'JMuxer', // Required for 'iife' format.
sourcemap: 'inline', // Sensible for testing.
}
},

// test results reporter to use
Expand Down
Loading

0 comments on commit cdeb7fc

Please sign in to comment.