MetaCell / java-virgo-maven

Repo that hosts a dockerfile with Java, Eclipse Virgo and Maven preinstalled
0 stars 1 forks source link

Invalid branch replacement in package.json #4

Open rodriguez-facundo opened 5 years ago

rodriguez-facundo commented 5 years ago

🐛 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.