Skip to content

Commit

Permalink
Renamed main js file (kalkih#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Jan 31, 2019
1 parent 7e21fce commit 6aab58b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": "npm run lint && npm run rollup && npm run babel",
"rollup": "rollup -c",
"babel": "babel mini-media-player-bundle.js --out-file mini-media-player-bundle.js",
"lint": "eslint mini-media-player.js",
"lint": "eslint main.js",
"watch": "rollup -c --watch"
}
}
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import resolve from 'rollup-plugin-node-resolve';
import { terser } from 'rollup-plugin-terser';

export default {
input: 'mini-media-player.js',
input: 'main.js',
output: {
file: 'mini-media-player-bundle.js',
format: 'umd',
Expand Down

0 comments on commit 6aab58b

Please sign in to comment.