update code style

This commit is contained in:
vitormalencar
2021-01-20 16:55:03 +01:00
parent 35688322f3
commit 2660565b61
19 changed files with 856 additions and 820 deletions

View File

@ -4,9 +4,9 @@ Package.describe({
name: "zenorocha:clipboard",
summary: "Modern copy to clipboard. No Flash. Just 3kb.",
version: "2.0.6",
git: "https://github.com/zenorocha/clipboard.js"
git: "https://github.com/zenorocha/clipboard.js",
});
Package.onUse(function(api) {
Package.onUse(function (api) {
api.addFiles("dist/clipboard.js", "client");
});