Bump coffeescript package version to 1.13.0.

This Meteor package version does not need to track the npm version of the
coffeescript package, and probably should not change as often as the
version of the packages/non-core/coffeescript-compiler package.
This commit is contained in:
Ben Newman
2017-08-14 18:33:23 -04:00
parent eb3c7dd344
commit d727ad02a7

View File

@@ -5,7 +5,7 @@ Package.describe({
// module, but now the Meteor package `coffeescript-compiler` tracks that
// version; so in order for this to appear newer than the previous package
// version 1.12.6_1, we jump to 10+.
version: '10.0.1'
version: '1.13.0'
});
Package.registerBuildPlugin({