mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
Add .npmignore
This commit is contained in:
parent
9377659c9c
commit
f56825bf73
@ -17,3 +17,6 @@ insert_final_newline = true
|
|||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
|
[{package.json,bower.json}]
|
||||||
|
indent_size = 2
|
||||||
|
6
.npmignore
Normal file
6
.npmignore
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
/.*/
|
||||||
|
/example/
|
||||||
|
/test/
|
||||||
|
/.*
|
||||||
|
/bower.json
|
||||||
|
/karma.conf.js
|
@ -4,6 +4,14 @@
|
|||||||
"description": "Modern copy to clipboard. No Flash. Just 2kb",
|
"description": "Modern copy to clipboard. No Flash. Just 2kb",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/clipboard.js",
|
"main": "dist/clipboard.js",
|
||||||
|
"ignore": [
|
||||||
|
"/.*/",
|
||||||
|
"/example/",
|
||||||
|
"/test/",
|
||||||
|
"/.*",
|
||||||
|
"/bower.json",
|
||||||
|
"/karma.conf.js"
|
||||||
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"clipboard",
|
"clipboard",
|
||||||
"copy",
|
"copy",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user