Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceG committed Jan 16, 2019
1 parent ab2d0e2 commit 0ceddd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

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": "vue-web-cam",
"version": "1.4.1",
"version": "1.4.2",
"description": "Webcam component for Vuejs applications",
"main": "dist/index.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const install = function(Vue, opts = {}) {
Vue.component(WebCam.name, WebCam);
};

module.exports = {
export default {
WebCam,
install
};

0 comments on commit 0ceddd9

Please sign in to comment.