2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-23 09:54:28 -06:00

Don't ignore hidden files for bower

This commit is contained in:
Wes Cossick 2015-10-20 11:04:48 -05:00
parent 773edca5fa
commit b677adaeb9

View File

@ -19,7 +19,6 @@
], ],
"license": "MIT", "license": "MIT",
"ignore": [ "ignore": [
"**/.*",
"node_modules", "node_modules",
"bower_components" "bower_components"
] ]