Closed TrevorBurnham closed 10 years ago
Currently, running "bower install ect" only gives you ect.min.js and ect.min.map, with ect.min.js specified as main. This violates the bower.json spec, which specifies for the main field:
ect.min.js
ect.min.map
main
Do not include minified files.
Fixed. Thanks!
Great, thanks for fixing!
Currently, running "bower install ect" only gives you
ect.min.js
andect.min.map
, withect.min.js
specified asmain
. This violates the bower.json spec, which specifies for themain
field: