Bump minor versions of [standard-]minifier-js to tolerate babel-compiler@7.

This commit is contained in:
Ben Newman
2017-12-05 11:43:40 -05:00
parent 162f458306
commit 0bbfe11e58
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "JavaScript minifier",
version: "2.2.2"
version: "2.3.0"
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'standard-minifier-js',
version: '2.2.3',
version: '2.3.0',
summary: 'Standard javascript minifiers used with Meteor apps by default.',
documentation: 'README.md',
});