Skip to content

Commit eaf6125

Browse files
committed
fix: babel trans
1 parent b952c8a commit eaf6125

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ CopyToClipboard.install = function (Vue) {
5757
Vue.component(CopyToClipboard.name, CopyToClipboard);
5858
};
5959

60-
exports.default = CopyToClipboard;
60+
exports.default = CopyToClipboard;

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "vue-copy-to-clipboard",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Copy to clipboard Vue component",
55
"main": "lib/index.js",
66
"repository": "https://github.com/vueComponent/vue-copy-to-clipboard",
77
"author": "Sendya <18x@loacg.com>",
8+
"keywords": ["cliboard", "copy-to-cliboard", "vue"],
89
"contributors": [
910
"Sendya <18x@loacg.com>"
1011
],
@@ -15,7 +16,7 @@
1516
"src/index.js"
1617
],
1718
"scripts": {
18-
"build": "babel src/index.js -d lib"
19+
"build": "babel src/index.js -o lib/index.js"
1920
},
2021
"peerDependencies": {
2122
"vue": ">=2.6.0"

0 commit comments

Comments
 (0)