angular-multi-select icon indicating copy to clipboard operation
angular-multi-select copied to clipboard

package.json invalid

Open dvtylr opened this issue 8 years ago • 3 comments

package.json has an array of module names for the "name" property. I believe this should be the "files" property and the "name" property should be a string, in this case "isteven-multi-select.js". Not having a valid "name" property causes browserify to fail when trying to require() the package.

dvtylr avatar Jan 18 '16 21:01 dvtylr

I have a similar error regarding the "main" property which is an array not a string. I had to comment out the css file in order to require the file and get it working with browserify. However, CSS is now obviously pooped.

jacksoncharles avatar Feb 05 '16 11:02 jacksoncharles

This also causes issues for jspm which fails to infer the format as 'global'.

aluanhaddad avatar Feb 25 '16 16:02 aluanhaddad

I see this issues persists in 4.0.0. Is there a plan to release fix?

jchristf avatar Mar 25 '19 18:03 jchristf