Skip to content

Commit 1c1f9b0

Browse files
committed
fix: exports
1 parent 05963f6 commit 1c1f9b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import copy from 'copy-to-clipboard';
22

3-
export var CopyToClipboardProps = {
3+
var CopyToClipboardProps = {
44
text: {
55
type: String,
66
required: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-copy-to-clipboard",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Copy to clipboard Vue component",
55
"main": "index.js",
66
"repository": "https://github.com/vueComponent/vue-copy-to-clipboard",

0 commit comments

Comments
 (0)