Skip to content

Commit

Permalink
Merge branch 'release/v1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed May 2, 2018
2 parents 607cc3a + a1a513d commit 0847b7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/rollup.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default {
modules: false,
dangerousForOf: true
},
objedtAssign: 'Object.assign'
objectAssign: 'Object.assign'
}),
replace({
'process.env.NODE_ENV': `'${process.env.NODE_ENV || 'development'}'`
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bplayer-ef",
"version": "1.0.9",
"version": "1.1.0",
"description": "A great replacement for audio elements",
"main": "dist/bplayer-ef.min.js",
"module": "src/main.js",
Expand Down

0 comments on commit 0847b7a

Please sign in to comment.