Adding amd-utils to the npm will allow projects to specify the depency to amd-utils in the package.json.
This has an advantage over traditional git submodules because npm can handle repetitive dependencies, that is, if dependency1 and dependency2 both depends on amd-utils, it won't be downloaded twice.
Adding amd-utils to the npm will allow projects to specify the depency to amd-utils in the package.json. This has an advantage over traditional git submodules because npm can handle repetitive dependencies, that is, if dependency1 and dependency2 both depends on amd-utils, it won't be downloaded twice.