mojotech / json-type-validation

TypeScript JSON type validation
MIT License
155 stars 15 forks source link

Fix missing 'lodash' production dependency #26

Closed geigerzaehler closed 6 years ago

geigerzaehler commented 6 years ago

The package did not declare lodash as a production dependency altough it is used in src/decoder.

Instead of using the complete lodash package we use the small lodash.isequal to keep the dependency size small.