vultr/vultr-node

[BUG] - package-lock.json Version Does Not Match package.json

spencerkordecki opened this issue · 0 comments

Describe the bug
package.json marks the library's version as 0.2.2, but package-lock.json marks it as 0.2.1

To Reproduce
Steps to reproduce the behavior:

  1. Clone the repo
  2. Remove node_modules (if installed), and package-lock.json
  3. Run npm install

Expected behavior
Versions should match