AraBlocks / ara-file-manager

Electron-based desktop app to publish and purchase content with ARA
https://ara.one/app
GNU Lesser General Public License v3.0
26 stars 4 forks source link

Replace github version numbers with npm version numbers #555

Open zootella opened 5 years ago

zootella commented 5 years ago

In the package.jsons of this repo and others, replace github-based versions like these:

    "ara-context": "github:arablocks/ara-context#semver:0.5.x",
    "ara-contracts": "github:arablocks/ara-contracts#semver:0.24.x",
    "ara-filesystem": "github:arablocks/ara-filesystem#semver:0.26.x",
    "ara-identity": "github:arablocks/ara-identity#semver:0.47.x",
    "ara-reward-dcdn": "github:arablocks/ara-reward-dcdn#semver:0.18.x",
    "ara-runtime-configuration": "github:arablocks/ara-runtime-configuration#semver:1.1.x",

with regular npm version numbers.