Comparing version 0.1.2 to 0.1.3
var async = require('async') | ||
var debug = require('debug')('node-boot:index') | ||
var debug = require('debug')('systemic:index') | ||
var format = require('util').format | ||
@@ -4,0 +4,0 @@ var Toposort = require('toposort-class') |
{ | ||
"name": "systemic", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A minimal dependency injection library for node", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -129,3 +129,3 @@ # Systemic | ||
Configuration *can* work just like any other component, but because it is so common to want to inject nested sub-documents, e.g. ```config.logger``` or ```config.mongo``` into your components, there's a shorthand for doing this... | ||
``` | ||
```js | ||
new System() | ||
@@ -132,0 +132,0 @@ .configure(config()) |
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
25094