Use the non-minified version of contain-element in the bower.json main field as minified files aren't allowed

This commit is contained in:
Kevin MacMartin 2017-01-13 16:02:20 -05:00
parent bf8fede52f
commit 591b150bb8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"Luke Evers"
],
"license": "MIT",
"main": "./contain-element.min.js",
"main": "./contain-element.js",
"ignore": [
"**/.*"
],