Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
jspmPackage to be primary mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Feb 4, 2016
1 parent 383f59c commit 601acc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ NPMLocation.prototype = {
},

processPackage: function(packageConfig, packageName, packageDir) {
if (pjson.jspmNodeConversion === false || pjson.jspmPackage)
return;
if (packageConfig.jspmNodeConversion === false || packageConfig.jspmPackage)
return packageConfig;

// apply static conversions
return nodeConversion.convertPackage(packageConfig, packageName, packageDir, this.ui);
Expand Down

0 comments on commit 601acc8

Please sign in to comment.