Browse Source

Remove redundant resolve

Steven Silvester 7 years ago
parent
commit
3ec9ce4e32
1 changed files with 0 additions and 1 deletions
  1. 0 1
      scripts/ensure-integrity.js

+ 0 - 1
scripts/ensure-integrity.js

@@ -205,7 +205,6 @@ function ensureIntegrity() {
 
   // Pick up all the package versions.
   utils.getLernaPaths().forEach(function(pkgPath) {
-    pkgPath = path.resolve(pkgPath);
     // Read in the package.json.
     try {
       var package = require(path.join(pkgPath, 'package.json'));