updated bower.json to ignore unncessary folders

This commit is contained in:
Tyler Wolf 2013-09-25 15:57:15 -04:00
parent 5afa1e89dc
commit 906272fc23

View File

@ -25,6 +25,10 @@
"node_modules",
"bower_components",
"test",
"tests"
"tests",
"src",
"lib",
"examples",
"deprecated"
]
}