Skip to content

Commit

Permalink
updated grunt package
Browse files Browse the repository at this point in the history
  • Loading branch information
mudit2108 committed Mar 11, 2024
1 parent 0a47ed1 commit ed8eeeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Player.js",
"name": "@gumlet/player.js",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "http://github.com/gumlet/player.js",
"main": "dist/player.min.js",
"repository": {
Expand All @@ -23,7 +23,7 @@
"browserslist": "defaults",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.0",
"grunt": "^0.4.5",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-jshint": "~0.7.2",
Expand Down
2 changes: 1 addition & 1 deletion src/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ playerjs.EVENTS = {
PLAYBACK_RATE_CHANGE: 'playbackRateChange',
AUDIO_CHANGE: 'audioChange',
QUALITY_CHANGE: 'qualityChange',
VOLUME_CHANGE: 'volumeChange',
VOLUME_CHANGE: 'volumeChange'
};

playerjs.EVENTS.all = function(){
Expand Down

0 comments on commit ed8eeeb

Please sign in to comment.