We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026589a commit 02a132eCopy full SHA for 02a132e
bower.json
@@ -29,7 +29,7 @@
29
"d3": "~3.5.12",
30
"c3": "~0.4.11",
31
"largest-triangle-three-buckets": "git://github.com/joshcarr/largest-triangle-three-buckets.js.git",
32
- "moment": "~2.10.6",
+ "moment": "~2.11.1",
33
"tether": "~1.1.1"
34
},
35
"resolutions": {
db.js
@@ -15,7 +15,7 @@ db.bind("machines");
15
db.bind("experiments");
16
17
// Promisify all methods
18
-Object.keys(mongoskin).forEach(function(key) {
+Object.keys(mongoskin).forEach((key) => {
19
var value = mongoskin[key];
20
if (typeof value === "function") {
21
Promise.promisifyAll(value);
0 commit comments