hootsuite / grid

Drag and drop library for two-dimensional, resizable and responsive lists
http://hootsuite.github.io/grid/
Apache License 2.0
3.57k stars 279 forks source link

Bower reports mismatch during v0.3.1 installation #105

Closed crohn closed 7 years ago

crohn commented 7 years ago

As you can see here, in tag v0.3.1 declared version does not match resolved version, and bower reports mismatch message during installation.

bower grid-list#0.3.1       not-cached https://github.com/hootsuite/grid.git#0.3.1
bower grid-list#0.3.1          resolve https://github.com/hootsuite/grid.git#0.3.1
bower grid-list#0.3.1         checkout v0.3.1
bower grid-list#0.3.1     invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .js files: ["src/gridList.js","src/jquery.gridList.js"]
bower grid-list#0.3.1         mismatch Version declared in the json (0.1.0) is different than the resolved one (0.3.1)
bower grid-list#0.3.1         resolved https://github.com/hootsuite/grid.git#0.3.1
bower grid-list#0.3.1          install grid-list#0.3.1
valentin-radulescu-hs commented 7 years ago

@crohn not sure what we can do to address this, the bower install is known to be problematic prior to v4, see #60. Could you upgrade to 0.4.0?