Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlap committed Apr 29, 2014
1 parent c3eb30c commit 21d4de8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-overlay",
"version": "0.0.0",
"version": "0.1.0",
"author": "Brightcove",
"description": "A plugin to display simple overlays during video playback.",
"license": "Apache-2.0",
Expand All @@ -19,14 +19,13 @@
"grunt-contrib-qunit": "^0.2",
"grunt-contrib-uglify": "^0.2",
"grunt-contrib-watch": "^0.4",

"video.js": "^4.5",
"qunitjs": "^1.12"
},
"peerDependencies": {
"video.js": "^4.5"
},
"scripts": {
"test": "grunt"
"test": "grunt"
}
}

0 comments on commit 21d4de8

Please sign in to comment.