mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 22:23:07 +00:00
Update coffee-script to 1.11.1
This commit is contained in:
parent
ce026ea387
commit
afe98ff37d
@ -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) {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user