yeoman-environment
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -402,2 +402,5 @@ 'use strict'; | ||
} | ||
if (path.extname(moduleId) === '') { | ||
moduleId += path.sep; | ||
} | ||
@@ -404,0 +407,0 @@ return require.resolve(untildify(moduleId)); |
{ | ||
"name": "yeoman-environment", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Handles the lifecyle and bootstrapping of generators in a specific environment", | ||
@@ -36,3 +36,3 @@ "license": "BSD", | ||
"dependencies": { | ||
"chalk": "^0.5.1", | ||
"chalk": "^1.0.0", | ||
"debug": "^2.0.0", | ||
@@ -54,3 +54,3 @@ "diff": "^1.0.4", | ||
"gulp-coveralls": "^0.1.3", | ||
"gulp-istanbul": "^0.6.0", | ||
"gulp-istanbul": "^0.8.1", | ||
"gulp-jscs": "^1.1.0", | ||
@@ -67,3 +67,3 @@ "gulp-jshint": "^1.5.3", | ||
"nsp": "*", | ||
"shelljs": "^0.3.0", | ||
"shelljs": "^0.4.0", | ||
"sinon": "^1.9.1", | ||
@@ -70,0 +70,0 @@ "yeoman-generator": "^0.18.7" |
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
29868
855
- Removedansi-regex@0.2.1(transitive)
- Removedansi-styles@1.1.0(transitive)
- Removedchalk@0.5.1(transitive)
- Removedhas-ansi@0.1.0(transitive)
- Removedstrip-ansi@0.3.0(transitive)
- Removedsupports-color@0.2.0(transitive)
Updatedchalk@^1.0.0