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
commit c4639d11c8
1 changed files with 4 additions and 5 deletions

View File

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