MetaCell / MetaCell/java-virgo-maven

Invalid branch replacement in package.json

Open
#4 0 comments 0 reactions 1 assignee Claimed by @rodriguez-facundo View on GitHub
bug
Dominant language
Shell
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

🐛 When more than 1 package is specified in package.json like this:
```
"devDependencies": {
"@geppettoengine/geppetto-client": "1.0.0",
"puppeteer": "1.17.0"
},
```
and we replace "1.0.0" with the branch coming from `$TRAVIS_BRANCH`, we lose the coma at the end of @geppettoengine/... causing parser error running `npm install`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.