garycourt / JSV

A JavaScript implementation of an extendable, fully compliant JSON Schema validator.
618 stars 84 forks source link

Change dependencies array to map #94

Open erdog opened 8 years ago

erdog commented 8 years ago

Hi,

I know this project is dead, but is it possible to get a quick fix in the package.json (i can provide this change)? The dependencies section an an empty array, whereas it should be an empty map. This is completely breaking our Artifactory server, as it doesn't expect an array here.

Thanks!

Profpatsch commented 6 years ago

Bump.

Edit: toplel, I just saw that this is a JSON scheme validator. The JS-jokes basically write themselves.

jarrodek commented 3 years ago

I have a dependency that uses this dependency and because of that my build process fails :(

sincely commented 1 year ago

I have aslo a dependency that uses this dependency and because of that my build process fails :(