Update coffeescript-compiler constraint in coffeescript/package.js.

This commit is contained in:
Ben Newman
2018-10-31 11:14:59 -04:00
parent d7339dd3db
commit 0e983deb69

View File

@@ -11,7 +11,7 @@ Package.describe({
Package.registerBuildPlugin({
name: 'compile-coffeescript',
use: ['caching-compiler@1.1.12', 'ecmascript@0.11.1', 'coffeescript-compiler@2.3.1_2'],
use: ['caching-compiler@1.1.12', 'ecmascript@0.11.1', 'coffeescript-compiler@2.3.2_1'],
sources: ['compile-coffeescript.js'],
npmDependencies: {
// A breaking change was introduced in @babel/runtime@7.0.0-beta.56