The npm
updateVersion preset should allow a targetDir
to be specified
#106
Labels
npm
updateVersion preset should allow a targetDir
to be specified
#106
Spin-off from a conversation in balena-io/reconfix#40
A project's
package.json
may not always be in the project's root directory. Thenpm
updateVersion
preset should allow an optionaltargetDir
to be specified, and it would then attempt to updatetargetDir/package.json
instead ofcwd/package.json
.The text was updated successfully, but these errors were encountered: