yeoman-environment 3.16.0 → 3.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -128,7 +128,7 @@ class Conflicter {
128
128
  return true;
129
129
  }
130
130
 
131
- if (stat.mode && diskStat.mode !== stat.mode) {
131
+ if (stat && stat.mode && diskStat.mode !== stat.mode) {
132
132
  return true;
133
133
  }
134
134
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yeoman-environment",
3
- "version": "3.16.0",
3
+ "version": "3.16.1",
4
4
  "description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
5
5
  "homepage": "http://yeoman.io",
6
6
  "author": "Yeoman",