For now, the package can be installed directly from GitHub because it doesn't require a build:
npm install replicate/replicate-js
We have the replicate package name now on npm. Let's publish it there!
Proposed process:
@erbridge @gr2m what do you think?
For now, the package can be installed directly from GitHub because it doesn't require a build:
We have the
replicatepackage name now on npm. Let's publish it there!Proposed process:
npx np majorto publish using https://github.com/sindresorhus/np which takes care of running tests, making GitHub tags, etc. Themajorargument will bump it to 1.0.0 as a SemVer courtesy to the (probably nonexistent) users of the oldreplicatepackage, and to draw a line in the sand.@erbridge @gr2m what do you think?