Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor:commonjs package manager support #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

benoror
Copy link

@benoror benoror commented Jul 30, 2015

Fixes: #62

@@ -1,3 +1,8 @@
/* commonjs package manager support (eg componentjs) */
if (typeof module !== "undefined" && typeof exports !== "undefined" && module.exports === exports){
module.exports = 'angular-md5';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you mean angular-busy ... same below

@trodi
Copy link

trodi commented Aug 23, 2016

@benoror it looks like you thought you'd updated this PR (according to your comments in #62) to change angular-md5 to cg-busy or angular-busy. Any chance this could be updated and then eligible to merge?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants