create-rescript-app
create-rescript-app copied to clipboard
Remove package-lock.json from templates
fixes #87
@cknitt this is fine, right?
Hmm, well, the package.lock file is there on purpose - it has the exact dependency versions we tested the template with.
We can leave further updates to the user after project creation.
Well, pnpm can do this: https://pnpm.io/cli/import/ So probably we just need to invoke that after installation?