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

Commit e3c0984

Browse files
committed
handle directories.lib deprecation path within jspm core
1 parent 90782af commit e3c0984

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

github.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -500,11 +500,6 @@ GithubLocation.prototype = {
500500
}
501501
}
502502

503-
if (packageConfig.directories && packageConfig.directories.lib && !packageConfig.directories.dist) {
504-
packageConfig.directories.dist = packageConfig.directories.lib;
505-
this.ui.log('warn', 'Package `' + packageName + '` has a %directories.lib% override configuration which will work, but is deprecated for %directories.dist% in future jspm versions.\n');
506-
}
507-
508503
// on GitHub, single package names ('jquery') are from jspm registry
509504
// double package names ('components/jquery') are from github registry
510505
if (!packageConfig.registry || packageConfig.registry == 'github') {

0 commit comments

Comments
 (0)