angular-breadcrumb icon indicating copy to clipboard operation
angular-breadcrumb copied to clipboard

Common js package manager support

Open bodia-uz opened this issue 9 years ago • 0 comments

Could You add common js support? Examples:

Result file should be like:

/* commonjs package manager support (eg componentjs) */
if (typeof module !== "undefined" && typeof exports !== "undefined" && module.exports === exports){
  module.exports = 'ncy-angular-breadcrumb';
}

// Module code

Or

require('./angular-breadcrumb');
module.exports = 'ncy-angular-breadcrumb';

bodia-uz avatar Apr 20 '16 09:04 bodia-uz