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", "license": "MIT",
"ignore": [ "ignore": [
"**/.*", "*",
"node_modules", "!dist/",
"vendor", "!dist/*",
"test", "!LICENSE"
"tests"
], ],
"devDependencies": { "devDependencies": {
"jasmine": "~2.0.4", "jasmine": "~2.0.4",