goatslacker / iso

Deprecated in favor of https://github.com/airbnb/hypernova
MIT License
329 stars 32 forks source link

Question #25

Closed bokzor closed 8 years ago

bokzor commented 8 years ago

I don't get why you load Iso that way : var Iso = require('../../')

and not : var Iso = require('iso'); const iso = new Iso();

goatslacker commented 8 years ago

because the example is in this particular repo. I can't do require('iso') because iso doesn't exist as a node_module in this repo.