tjfontaine / native-dns-packet

DNS parsing and writing in javascript
MIT License
58 stars 36 forks source link

Semver dependencies #16

Open taoeffect opened 10 years ago

taoeffect commented 10 years ago

This is bad:

  "dependencies": {
    "buffercursor": ">= 0.0.12",
    "ipaddr.js": ">= 0.1.1"
  },

We need to ensure that breaking changes don't accidentally get pulled when users update. It should be ~0.x or ~0.0.x or w/e.