Skip to content

Include "name" and "version" in package.json #1

@prathmesh01

Description

@prathmesh01

Managing the dependency becomes difficult with the recommended way of using the SDK mentioned in the
README->using-the-gateway-sdk

Including "name" and "version" in package.json will enable the SDK to be installed as a dependency with

npm i https://github.com/cardstream/Node-JS-SDK.git

e.g.

{
  "name": "cardstream-nodejs-sdk",
  "version": "0.1.0",
  "dependencies": {
    ...
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions