erdtman / cwt-js

CWT implementation
MIT License
1 stars 2 forks source link

Consider pinning dev dependency versions #4

Closed OR13 closed 2 years ago

OR13 commented 2 years ago
  "devDependencies": {
    "ava": "*",
    "live-server": "*",
    "npm-run-all": "*",
    "nyc": "*",
    "semistandard": "*",
    "jsonfile": "*",
    "watch": "*"
  }

I would guess these worked at one point with node6, but they don't work now...

I am trying to find a node version that works with the latest....but an alternative would be to pin them to something that works in node6.

erdtman commented 2 years ago

fixed