Comparing version 0.0.2 to 0.0.3
@@ -159,4 +159,4 @@ var Module = require('./module'); | ||
function arrayUnwrap(type, value) { | ||
if (type !== 'value' && typeof value !== 'function') { | ||
value = annotate(value); | ||
if (type !== 'value' && isArray(value)) { | ||
value = annotate(value.slice()); | ||
} | ||
@@ -163,0 +163,0 @@ |
{ | ||
"name": "didi", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Dependency Injection for JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
# Dependency Injection for JavaScript | ||
[![Build Status](https://travis-ci.org/Nikku/didi.png?branch=master)](https://travis-ci.org/Nikku/didi) | ||
> A fork of [node-di](node-di) that adds support for the minification save array notation. | ||
@@ -4,0 +6,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
16102
177