Open Raynos opened 10 years ago
For json files in the tempalte.
If the file exists, open it and write any unset properties in the new json file to it.
Do not overwrite any set properties in the existing package.json
Make sure to recurse for dependencies and devDependencies
dependencies
devDependencies
Also consider for dependencies or for any key whose value is a semver range to overwrite the semver range.
For json files in the tempalte.
If the file exists, open it and write any unset properties in the new json file to it.
Do not overwrite any set properties in the existing package.json
Make sure to recurse for
dependencies
anddevDependencies