schultyy / avm

Installs Ruby and node.js on your machine
11 stars 4 forks source link

autoselect node should support more patterns #93

Open schultyy opened 8 years ago

schultyy commented 8 years ago

autoselect node should support this pattern:

  "devEngines": {
    "node": "4.x || 5.x",
    "npm": "2.x || 3.x"
  }

A user can say "either use node 4.x or 5.x". Same for npm.