yeoman-environment 1.6.5 → 1.6.6

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.
Files changed (2) hide show
  1. package/lib/resolver.js +1 -0
  2. package/package.json +1 -1
package/lib/resolver.js CHANGED
@@ -136,6 +136,7 @@ resolver.getNpmPaths = function () {
136
136
  paths.push(path.join(process.env.APPDATA, 'npm/node_modules'));
137
137
  } else {
138
138
  paths.push('/usr/lib/node_modules');
139
+ paths.push('/usr/local/lib/node_modules');
139
140
  }
140
141
 
141
142
  // Walk up the CWD and add `node_modules/` folder lookup on each level
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yeoman-environment",
3
- "version": "1.6.5",
3
+ "version": "1.6.6",
4
4
  "description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
5
5
  "homepage": "http://yeoman.io",
6
6
  "author": "Yeoman",