yeoman-environment
Advanced tools
Comparing version 1.2.7 to 1.3.0
{ | ||
"name": "yeoman-environment", | ||
"version": "1.2.7", | ||
"version": "1.3.0", | ||
"description": "Handles the lifecyle and bootstrapping of generators in a specific environment", | ||
@@ -21,3 +21,3 @@ "license": "BSD-2-Clause", | ||
"homepage": "http://yeoman.io", | ||
"author": "Yeoman team", | ||
"author": "Yeoman", | ||
"repository": "yeoman/environment", | ||
@@ -39,7 +39,7 @@ "engines": { | ||
"debug": "^2.0.0", | ||
"diff": "^1.0.4", | ||
"diff": "^2.1.2", | ||
"escape-string-regexp": "^1.0.2", | ||
"globby": "^2.0.0", | ||
"globby": "^3.0.1", | ||
"grouped-queue": "^0.3.0", | ||
"inquirer": "^0.8.0", | ||
"inquirer": "^0.11.0", | ||
"lodash": "^3.1.0", | ||
@@ -56,7 +56,7 @@ "log-symbols": "^1.0.1", | ||
"gulp-istanbul": "^0.10.0", | ||
"gulp-jscs": "^1.1.0", | ||
"gulp-jscs": "^3.0.0", | ||
"gulp-jshint": "^1.5.3", | ||
"gulp-mocha": "^2.0.0", | ||
"gulp-util": "^3.0.3", | ||
"istanbul": "^0.3.5", | ||
"istanbul": "^0.4.0", | ||
"jsdoc": "^3.3.0-alpha9", | ||
@@ -63,0 +63,0 @@ "jshint": "^2.6.0", |
@@ -1,6 +0,6 @@ | ||
# 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.png)](https://coveralls.io/r/yeoman/environment) | ||
# 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) | ||
> Handles the lifecyle and bootstrapping of generators in a specific environment | ||
> Handles the lifecycle and bootstrapping of generators in a specific environment | ||
It provides a high-level API to discover, create and run generators, as well as further tuning where and how a generator is resolved. | ||
It provides a high-level API to discover, create and run generators, as well as further tuning of where and how a generator is resolved. | ||
@@ -30,3 +30,3 @@ | ||
For advance usage, see [our API documentation](http://yeoman.github.io/environment) | ||
For advance usage, see [our API documentation](http://yeoman.github.io/environment). | ||
@@ -36,2 +36,2 @@ | ||
BSD © Yeoman team | ||
BSD © Yeoman |
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
30622
+ Addedansi-escapes@1.4.0(transitive)
+ Addedarrify@1.0.1(transitive)
+ Addedcli-cursor@1.0.2(transitive)
+ Addedcode-point-at@1.1.0(transitive)
+ Addeddiff@2.2.3(transitive)
+ Addedexit-hook@1.1.1(transitive)
+ Addedglobby@3.0.1(transitive)
+ Addedinquirer@0.11.4(transitive)
+ Addedis-fullwidth-code-point@1.0.0(transitive)
+ Addedmute-stream@0.0.5(transitive)
+ Addednumber-is-nan@1.0.1(transitive)
+ Addedonetime@1.1.0(transitive)
+ Addedpinkie@1.0.0(transitive)
+ Addedpinkie-promise@1.0.0(transitive)
+ Addedreadline2@1.0.1(transitive)
+ Addedrestore-cursor@1.0.1(transitive)
+ Addedrun-async@0.1.0(transitive)
+ Addedrx-lite@3.1.2(transitive)
+ Addedstring-width@1.0.2(transitive)
- Removedansi-regex@1.1.1(transitive)
- Removedasync@1.5.2(transitive)
- Removeddiff@1.4.0(transitive)
- Removedglobby@2.1.0(transitive)
- Removedinquirer@0.8.5(transitive)
- Removedmute-stream@0.0.4(transitive)
- Removedobject-assign@3.0.0(transitive)
- Removedreadline2@0.1.1(transitive)
- Removedrx@2.5.3(transitive)
- Removedstrip-ansi@2.0.1(transitive)
Updateddiff@^2.1.2
Updatedglobby@^3.0.1
Updatedinquirer@^0.11.0