mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Revert "Revert "mark dev modules as devOnly in package configurations""
This reverts commit e947d22d45.
This commit is contained in:
@@ -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({
|
||||
|
||||
@@ -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({
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user