yeoman-environment
Advanced tools
Comparing version 1.6.1 to 1.6.3
@@ -130,3 +130,5 @@ 'use strict'; | ||
// adds support for generator resolving when yeoman-generator has been linked | ||
paths.push(path.join(path.dirname(process.argv[1]), '../..')); | ||
if (process.argv[1]) { | ||
paths.push(path.join(path.dirname(process.argv[1]), '../..')); | ||
} | ||
@@ -133,0 +135,0 @@ // Default paths for each system |
{ | ||
"name": "yeoman-environment", | ||
"version": "1.6.1", | ||
"version": "1.6.3", | ||
"description": "Handles the lifecyle and bootstrapping of generators in a specific environment", | ||
@@ -5,0 +5,0 @@ "homepage": "http://yeoman.io", |
# Yeoman Environment | ||
[![npm](https://badge.fury.io/js/yeoman-environment.svg)](http://badge.fury.io/js/yeoman-environment) [![Build Status](https://travis-ci.org/yeoman/generator.svg?branch=master)](https://travis-ci.org/yeoman/environment) [![Coverage Status](https://coveralls.io/repos/yeoman/environment/badge.svg?branch=master&service=github)](https://coveralls.io/github/yeoman/environment?branch=master) [![Gitter](https://img.shields.io/badge/Gitter-Join_the_Yeoman_chat_%E2%86%92-00d06f.svg)](https://gitter.im/yeoman/yeoman) | ||
[![npm](https://badge.fury.io/js/yeoman-environment.svg)](http://badge.fury.io/js/yeoman-environment) [![Build Status](https://travis-ci.org/yeoman/generator.svg?branch=master)](https://travis-ci.org/yeoman/environment) [![Coverage Status](https://coveralls.io/repos/github/yeoman/environment/badge.svg?branch=master)](https://coveralls.io/github/yeoman/environment?branch=master) [![Gitter](https://img.shields.io/badge/Gitter-Join_the_Yeoman_chat_%E2%86%92-00d06f.svg)](https://gitter.im/yeoman/yeoman) | ||
@@ -5,0 +5,0 @@ > Handles the lifecycle and bootstrapping of generators in a specific environment |
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
32376
913