Closed
Description
node version 5.0.0
npm version 3.3.6
Probably due to npm 3's node modules structure flattening it's no longer possible to dig deep into a dependency of a dependency consistently.
The copy being done here will work on npm < version 3.
Solution is probably to include traceur as a separate dependency and reference it directly.