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
committed by Geoffrey Booth
parent 13fb390bc7
commit 3677e17a23

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({