Update coffee-script to 1.11.1

This commit is contained in:
Pablo Carranza Velez 2016-10-26 11:55:39 -03:00
parent ce026ea387
commit afe98ff37d
2 changed files with 2 additions and 3 deletions

View File

@ -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) {

View File

@ -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",