Skip to content

Commit a7be5f2

Browse files
committed
Merge branch 'master' into features/prime
2 parents 7ef09b4 + a57c44f commit a7be5f2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,11 @@ Promise.all([ promise1, promise2 ]).then(([ user1, user2]) => {
412412
});
413413
```
414414

415+
## Video Source Code Walkthrough
416+
417+
**DataLoader Source Code Walkthrough (YouTube):**
418+
419+
<a href="https://youtu.be/OQTnXNCDywA" target="_blank" alt="DataLoader Source Code Walkthrough"><img src="https://img.youtube.com/vi/OQTnXNCDywA/0.jpg" /></a>
415420

416421

417422
[@schrockn]: https://github.com/schrockn

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"babel": "5.8.21",
4343
"babel-runtime": "^5.8.x",
4444
"babel-core": "5.8.22",
45-
"babel-eslint": "4.1.6",
45+
"babel-eslint": "4.1.8",
4646
"chai": "3.4.1",
4747
"coveralls": "2.11.6",
4848
"eslint": "1.10.3",

0 commit comments

Comments
 (0)