overmind
overmind copied to clipboard
chore(overmind-devtools): ensure deps are explicitly manifested
In this tiny PR:
- dependencies were explicitly manifested in
package.json
- local development can be started - draft of documentation on the local setup was provided
BTW I have no idea why npm run start
doesn't work for this package.
@henri-hulski I'll do how you advised - also documenting in the main readme (?) on how to proceed with bumping and maintaining dependencies.
Sure! I think that would help maintaining overmind.
Another detail, in the monorepo package.json we use exact dependency versions (without the ^
) but in the packages we use normal versioning with ^
.
Don’t know if this isn't a relic from the time when npm didn't have a lock file and maybe it's not necessary anymore, but for now repo-cooker checks for it.
For more information how repo-cooker works look at its Readme or ask me. 😊