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

View file

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