Merge pull request #81 from josh/bower-ignore

Ignore test/ dir from bower
This commit is contained in:
Guy Bedford 2014-05-05 15:56:34 -07:00
commit b2a7e0da33

View File

@ -7,5 +7,10 @@
},
"devDependencies": {
"qunit": "~1.12.0"
}
},
"ignore": [
"test",
"Makefile",
"package.json"
]
}