souporserious / get-node-dimensions

Get accurate element dimensions, even if it's hidden!
MIT License
20 stars 5 forks source link

Getting invalid-meta error for bower install get-node-dimensions --save #3

Closed ghost closed 8 years ago

ghost commented 8 years ago

Looks like it doesn't like having both a minified and standard file type.

Macintosh-471:get-node-dimensions admin$ bower install get-node-dimensions --save bower invalid-meta The "main" field cannot contain minified files bower invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .js files: ["./dist/get-node-dimensions.js","./dist/get-node-dimensions.min.js"] bower ENOTFOUND Package get-node-dimensions not found

souporserious commented 8 years ago

My bad, I meant to remove that in favor of this https://unpkg.com/get-node-dimensions/dist/get-node-dimensions.js