Move deprecated-packages functions into PackageManager

This commit is contained in:
Max Brunsfeld
2018-08-24 14:21:48 -07:00
parent 231cc58e00
commit 7111c80555
3 changed files with 26 additions and 46 deletions

View File

@@ -335,3 +335,5 @@ exports.add = function (directoryPath, metadata) {
}
exports.cache = cache
exports.Range = Range