提交 8365cbb7 编写于 作者: M mzabriskie

Updating dependencies

上级 f2105140
......@@ -9,6 +9,6 @@
"node": true
},
"rules": {
"quotes": "single"
"quotes": [2, "single"]
}
}
......@@ -33,7 +33,7 @@ module.exports = {
data = data.replace(PROTECTION_PREFIX, '');
try {
data = JSON.parse(data);
} catch (e) {}
} catch (e) { /* Ignore */ }
}
return data;
}],
......
......@@ -18,5 +18,5 @@ module.exports = function deprecatedMethod(method, instead, docs) {
if (docs) {
console.warn('For more information about usage see ' + docs);
}
} catch (e) {}
} catch (e) { /* Ignore */ }
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册