mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
update code style
This commit is contained in:
@ -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");
|
||||
});
|
||||
|
Reference in New Issue
Block a user