Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vortesnail committed Dec 11, 2019
1 parent b961c37 commit 372449d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qier-player",
"version": "1.2.2",
"version": "1.2.3",
"description": "A multifunctional and beautiful React-based web video player.",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion webpack.prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const UglifyJsPlugin = require('uglifyjs-webpack-plugin');

module.exports = merge(common, {
mode: 'production',
entry: {
entry: {
index: './src/index.js',
},
output: {
Expand Down

0 comments on commit 372449d

Please sign in to comment.