9 lines
321 B
JavaScript
9 lines
321 B
JavaScript
/* jshint ignore:start */
|
|
//The modules for your project will be inlined above
|
|
//this snippet. Ask almond to synchronously require the
|
|
//module value for 'converse' here and return it as the
|
|
//value to use for the public API for the built file.
|
|
return require('inverse');
|
|
}));
|
|
/* jshint ignore:end */
|