You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File javascript-test/package.json from the latest git tag does not contain name and version attributes. Project keeper reads the file from the previous tag in order to determine which dependencies have changed.
After the missing attributes where added we need to create a release and add the following lines to .project-keeper.yml:
- type: npm
path: javascript-test/package.json
The text was updated successfully, but these errors were encountered:
File
javascript-test/package.json
from the latest git tag does not containname
andversion
attributes. Project keeper reads the file from the previous tag in order to determine which dependencies have changed.After the missing attributes where added we need to create a release and add the following lines to
.project-keeper.yml
:The text was updated successfully, but these errors were encountered: