Merge pull request #112 from jasonbellamy/bower

Ignore all files except the license and dist/ folder when installing with Bower.
This commit is contained in:
Knut Sveidqvist
2015-01-29 20:59:19 +01:00

View File

@@ -13,11 +13,10 @@
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"vendor",
"test",
"tests"
"*",
"!dist/",
"!dist/*",
"!LICENSE"
],
"devDependencies": {
"jasmine": "~2.0.4",