Skip to content

Commit b14f2fd

Browse files
committed
fix: remove undefined VERSION variable
Close #52
1 parent 54aa139 commit b14f2fd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ export { QrcodeReader }
1212
/* You shouldn't have to modify the code below */
1313

1414
// Plugin
15-
const plugin = {
16-
/* eslint-disable no-undef */
17-
version: VERSION,
18-
install,
19-
}
15+
const plugin = { install }
2016

2117
export default plugin
2218

0 commit comments

Comments
 (0)