jspm / registry

The jspm registry and package.json override service
https://jspm.io
229 stars 256 forks source link

registry CI failure caused by transitive dependency update #1064

Closed aluanhaddad closed 6 years ago

aluanhaddad commented 6 years ago

The registry transitively depends on the https://github.com/hapijs/hoek package. Use of this package causes Travis CI to fail as the Node.js version currently specified in .travis.yml is 0.10.

See https://github.com/hapijs/hoek/issues/193 for information on the specific error (essentially use of future reserved word in strict mode).