From afe98ff37dd16c3b961d51b67205f39894611585 Mon Sep 17 00:00:00 2001 From: Pablo Carranza Velez Date: Wed, 26 Oct 2016 11:55:39 -0300 Subject: [PATCH] Update coffee-script to 1.11.1 --- build/actions/sync.js | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build/actions/sync.js b/build/actions/sync.js index ff84ee6a..ea263f9a 100644 --- a/build/actions/sync.js +++ b/build/actions/sync.js @@ -19,7 +19,7 @@ limitations under the License. var loadConfig; loadConfig = function(source) { - var _, config, configPath, error, error1, fs, jsYaml, path, result; + var _, config, configPath, error, fs, jsYaml, path, result; fs = require('fs'); path = require('path'); _ = require('lodash'); @@ -105,7 +105,6 @@ limitations under the License. resinSync = require('resin-sync'); patterns = require('../utils/patterns'); return Promise["try"](function() { - var error1; try { fs.accessSync(path.join(process.cwd(), '.resin-sync.yml')); } catch (error1) { diff --git a/package.json b/package.json index 7a1d71bf..0da7b835 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "bluebird": "^3.3.3", "capitano": "~1.7.0", "chalk": "^1.1.1", - "coffee-script": "^1.9.3", + "coffee-script": "^1.11.1", "columnify": "^1.5.2", "is-root": "^1.0.0", "lodash": "^3.10.0",