DescriptionFix issue with npm package.js
The main field should point to a file that can be directly required. With this
change the following should work
npm install traceur -g
and in your node file
var traceur = require('traceur');
BUG=None
Committed: https://code.google.com/p/traceur-compiler/source/detail?r=74e5bd0
Patch Set 1 #
MessagesTotal messages: 4
|
|||||||||||||||||||