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

add "main" property to package.json so can use with npm + browserify

Open focusaurus opened this issue 11 years ago • 1 comments

I think if you just add a main property pointing to the truncate.js file browserify users will be able to use this package via npm without needing bower, which would be nice.

focusaurus avatar Jul 26 '14 04:07 focusaurus

@focusaurus The property can be found on package.json.

If you're interested a supported fork can be found here

I created a PR based on this ticket to add some documentation: https://github.com/BernardoSilva/angular-truncate/pull/8

BernardoSilva avatar May 07 '15 22:05 BernardoSilva