Skip to content

Commit

Permalink
Merge pull request #358 from rillian/0.13.0
Browse files Browse the repository at this point in the history
package.json prep for v0.13.0
  • Loading branch information
rillian committed Dec 1, 2016
2 parents 3078a05 + 922abae commit f823de8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Andreas Gal <gal@mozilla.com>",
"name": "vtt.js",
"description": "A JavaScript implementation of the WebVTT specification.",
"version": "0.12.1",
"version": "0.13.0",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/vtt.js.git"
Expand All @@ -15,7 +15,7 @@
"grunt-contrib-uglify": "0.5.0",
"grunt-contrib-concat": "0.4.0",
"mocha": "1.20.1",
"difflet": "git://github.com/humphd/difflet.git#714b82706ad39d75275a886aeff637df5097626f",
"difflet": "https://github.com/humphd/difflet.git#714b82706ad39d75275a886aeff637df5097626f",
"underscore": "1.6.0",
"optimist": "0.6.1",
"dive": "0.3.1",
Expand Down Expand Up @@ -46,8 +46,5 @@
"scripts": {
"test": "./node_modules/.bin/grunt"
},
"license": {
"type": "Apache-2.0",
"url": "https://github.com/mozilla/vtt.js/blob/master/LICENSE"
}
"license": "Apache-2.0"
}

0 comments on commit f823de8

Please sign in to comment.