MetaCell / MetaCell/java-virgo-maven
Invalid branch replacement in package.json
Open
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.