Bump standard-minifier-css package version to republish.

Since all Meteor packages implicitly depend on the meteor package, it
appears packages that register compiler plugins may need to be republished
in order to benefit from f34c5ec926, or else
the `Cannot find module "fibers\\future"` error may occur on Windows.
This commit is contained in:
Ben Newman
2017-09-18 16:25:10 -04:00
parent 565e6904d7
commit 917b01ac5f

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'standard-minifier-css',
version: '1.3.4',
version: '1.3.5',
summary: 'Standard css minifier used with Meteor apps by default.',
documentation: 'README.md'
});