neuron-tree
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "neuron-tree", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Generates the config.tree of neuron", | ||
@@ -21,3 +21,3 @@ "main": "index.js", | ||
"engines": { | ||
"node": ">=0.11.0" | ||
"node": ">=0.10.0" | ||
}, | ||
@@ -24,0 +24,0 @@ "author": "kael", |
@@ -69,4 +69,6 @@ # 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) | ||
- if `options.shrinkwrap` not defined, `neuron-tree` will try to read the cortex-shrinkwrap.json | ||
- | ||
- if `options.shrinkwrap` not defined, then: | ||
- if `options.ignore_shrink_file` not defined, `neuron-tree` will try to generate shrinkwrap itself, else: | ||
- `neuron-tree` will try to read the cortex-shrinkwrap.json, else: | ||
- if cortex-shrinkwrap.json not found, `neuron-tree` will try to generate shrinkwrap itself. | ||
@@ -73,0 +75,0 @@ ### tree.parse(shrinked, dependencyKeys) |
@@ -45,3 +45,3 @@ 'use strict'; | ||
var pkg = { | ||
"name": "unit-m-customer" | ||
"name": "unit-m-customer", | ||
"version": "0.0.0" | ||
@@ -48,0 +48,0 @@ }; |
12712
85