mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user