I was wondering what would be the best practice to share common libraries and own modules between multiple angularJS projects.
Let\'s assume that I\'m working on two dif
Or just do...
"dependencies" : { "shared-code" : "git://github.com/user/shared-code.git", }