mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
bump coffeescript packages as babel-compiler was updated
This commit is contained in:
@@ -3,7 +3,7 @@ Package.describe({
|
||||
summary: 'Compiler for CoffeeScript code, supporting the coffeescript package',
|
||||
// This version of NPM `coffeescript` module, with _1, _2 etc.
|
||||
// If you change this, make sure to also update ../coffeescript/package.js to match.
|
||||
version: '2.4.2'
|
||||
version: '2.4.2-beta330.1',
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
|
||||
@@ -6,12 +6,12 @@ Package.describe({
|
||||
// so bumping the version of this package will be how they get newer versions
|
||||
// of `coffeescript-compiler`. If you change this, make sure to also update
|
||||
// ../coffeescript-compiler/package.js to match.
|
||||
version: '2.7.2'
|
||||
version: '2.7.3-beta330.1',
|
||||
});
|
||||
|
||||
Package.registerBuildPlugin({
|
||||
name: 'compile-coffeescript',
|
||||
use: ['caching-compiler@2.0.0-rc300.2', 'ecmascript@0.16.9-rc300.2', 'coffeescript-compiler@2.4.1'],
|
||||
use: ['caching-compiler@2.0.1', 'ecmascript@0.16.11-beta330.1', 'coffeescript-compiler@2.4.2-beta330.1'],
|
||||
sources: ['compile-coffeescript.js'],
|
||||
npmDependencies: {
|
||||
// A breaking change was introduced in @babel/runtime@7.0.0-beta.56
|
||||
|
||||
Reference in New Issue
Block a user