scotthovestadt / schema-object

Enforce schema on JavaScript objects, including type, transformation, and validation. Supports extends, sub-schemas, and arrays.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

in-publish looks like it should be a devDependency

davetayls opened this issue · comments

Hey, I'm just researching this project which looks really good. I noticed that the following dependency is only used for publishing to npm which means it isn't needed for projects which depend on this package.

"in-publish": "^2.0.0"

@davetayls thanks for the PR!