diff --git a/.editorconfig b/.editorconfig index 407f794..0f1d01b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,3 +17,6 @@ insert_final_newline = true [*.md] trim_trailing_whitespace = false + +[{package.json,bower.json}] +indent_size = 2 diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..0899475 --- /dev/null +++ b/.npmignore @@ -0,0 +1,6 @@ +/.*/ +/example/ +/test/ +/.* +/bower.json +/karma.conf.js diff --git a/bower.json b/bower.json index b3309da..1860b7b 100644 --- a/bower.json +++ b/bower.json @@ -4,6 +4,14 @@ "description": "Modern copy to clipboard. No Flash. Just 2kb", "license": "MIT", "main": "dist/clipboard.js", + "ignore": [ + "/.*/", + "/example/", + "/test/", + "/.*", + "/bower.json", + "/karma.conf.js" + ], "keywords": [ "clipboard", "copy",