Move underscore & underscore-tests to deprecated directory

This commit is contained in:
harryadel
2022-10-22 09:54:20 +02:00
parent 9918e98416
commit 2a3c0cc97c
10 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,8 @@ Package.describe({
// These tests can't be directly in the underscore packages since
// Tinytest depends on underscore
summary: "Tests for the underscore package",
version: '1.0.8'
version: '1.0.8',
deprecated: true
});
Package.onTest(function (api) {

View File

@@ -1,6 +1,7 @@
Package.describe({
summary: "Collection of small helpers: _.map, _.each, ...",
version: '1.0.10'
version: '1.0.10',
deprecated: true
});
Package.onUse(function (api) {