Add .npmignore

This commit is contained in:
Nik Butenko 2015-09-30 22:11:37 +10:00 committed by Zeno Rocha
parent 9377659c9c
commit f56825bf73
3 changed files with 17 additions and 0 deletions

View File

@ -17,3 +17,6 @@ insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[{package.json,bower.json}]
indent_size = 2

6
.npmignore Normal file
View File

@ -0,0 +1,6 @@
/.*/
/example/
/test/
/.*
/bower.json
/karma.conf.js

View File

@ -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",