0.0.4 • Published 7 years ago

selfemoji_module v0.0.4

Weekly downloads
9
License
Nueve solutuions
Repository
-
Last release
7 years ago

Angular Test module definition

This is what I believe to be the best way to define angular modules and I give reasons for it in. But basically, this allows consumers of your module to do this:

var angular = require('angular');
angular.module('myEmojiApp', [
  require('angular-link-logger')
]);

This makes my dependency management life SO much easier!

For the peerDependencies, make them as loose as possible. Use semver.npmjs.com to come up with the correct, loose version range

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

1.0.0

7 years ago