0.3.0 • Published 11 years ago
broccoli-defs v0.3.0
broccoli-defs 
A broccoli filter for transpiling let and const to var using defs.js.
Installation
npm install --save broccoli-defsUsage
var defs = require('broccoli-defs')
tree = defs(tree, options)See the defs.js README for documentation of configuration options.