neuron-tree
Advanced tools
Comparing version 2.0.5 to 2.1.0
@@ -43,3 +43,3 @@ 'use strict'; | ||
var result = tree.parse(pkg, options.shrinkwrap, keys); | ||
callback(null, result); | ||
callback(null, result, options.shrinkwrap); | ||
}); | ||
@@ -46,0 +46,0 @@ }; |
{ | ||
"name": "neuron-tree", | ||
"version": "2.0.5", | ||
"version": "2.1.0", | ||
"description": "Generates the config.tree of neuron", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -37,3 +37,3 @@ # neuron-tree [![NPM version](https://badge.fury.io/js/neuron-tree.svg)](http://badge.fury.io/js/neuron-tree) [![Build Status](https://travis-ci.org/cortexjs/neuron-tree.svg?branch=master)](https://travis-ci.org/cortexjs/neuron-tree) [![Dependency Status](https://gemnasium.com/cortexjs/neuron-tree.svg)](https://gemnasium.com/cortexjs/neuron-tree) | ||
dependencyKeys: ['dependencies', 'asyncDependencies'] | ||
}, function(err, tree){ | ||
}, function(err, tree, shrinkwrap){ | ||
// ... | ||
@@ -40,0 +40,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
12707