Revert "Revert "mark dev modules as devOnly in package configurations""

This reverts commit e947d22d45.
This commit is contained in:
Nacho Codoñer
2025-07-01 14:24:12 +02:00
parent fd600ef78c
commit 3e9e5ece3f
3 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ Package.describe({
version: '1.9.3',
summary: 'Standard css minifier used with Meteor apps by default.',
documentation: 'README.md',
devOnly: true,
});
Package.registerBuildPlugin({

View File

@@ -3,6 +3,7 @@ Package.describe({
version: '3.1.0',
summary: 'Standard javascript minifiers used with Meteor apps by default.',
documentation: 'README.md',
devOnly: true,
});
Package.registerBuildPlugin({

View File

@@ -2,7 +2,8 @@ Package.describe({
name: 'static-html',
summary: "Define static page content in .html files",
version: '1.4.0',
git: 'https://github.com/meteor/meteor.git'
git: 'https://github.com/meteor/meteor.git',
devOnly: true,
});
Package.registerBuildPlugin({