UNPKG

catberry-coffee

Version:

Catberry plugin for CoffeeScript Browserify-Transformation based on Babelify

14 lines (12 loc) 289 B
'use strict'; /** * Catberry CoffeeScript Browserify transformation service. * @type {{register: Function}} */ module.exports = { register: function (locator) { locator.registerInstance('browserifyTransformation', { transform: require('./lib/transform') }); } };