Skip to content
Bruce Schubert edited this page Mar 23, 2019 · 2 revisions

Node Package Manager (npm) examples

WorldWindJS supports package.json dependencies on the worldwindjs GitHub repo:

On a tag

  "dependencies": {
    "worldwindjs": "git+https://github.com/WorldWindEarth/worldwindjs.git#semver:v1.7.0"
  },

On a branch

  "dependencies": {
    "worldwindjs": "git+https://github.com/WorldWindEarth/worldwindjs.git#develop"
  },
Clone this wiki locally