@pdftron/webviewer-video
Advanced tools
Comparing version 1.0.1 to 1.0.4
{ | ||
"name": "@pdftron/webviewer-video", | ||
"version": "1.0.1", | ||
"version": "1.0.4", | ||
"description": "This is an addon for WebViewer that allows to load HTML videos (.mp4, ogg, webm) so that their video frames can be annotated.", | ||
@@ -10,3 +10,4 @@ "main": "dist/main.js", | ||
"build": "webpack --config webpack.config.js", | ||
"watch": "webpack --watch --config webpack.config.js" | ||
"watch": "webpack --watch --config webpack.config.js", | ||
"release-patch": "npm version patch && npm publish --access public" | ||
}, | ||
@@ -13,0 +14,0 @@ "keywords": [], |
Sorry, the diff of this file is too big to display
152400