Comparing version 0.5.6 to 0.5.7
{ | ||
"name": "pang", | ||
"version": "0.5.6", | ||
"version": "0.5.7", | ||
"description": "A simple dependency injection library for node", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,2 +19,10 @@ # pang | ||
domain.factory('configuration', { | ||
server: { | ||
port: 8080 | ||
} | ||
}) | ||
domain.factory('repository', function(configuration) { | ||
@@ -21,0 +29,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10383
54