Skip to content

Commit 4431862

Browse files
authored
Merge pull request verekia#29 from ESWAT/ESWAT-patch-1
Add missing del import to replace requires section
2 parents 8f06e43 + 652ab40 commit 4431862

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorial/5-es6-modules-syntax/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ So what about those `require()`s in our `gulpfile.js`? Can we use `import` inste
3737
```javascript
3838
import gulp from 'gulp';
3939
import babel from 'gulp-babel';
40+
import del from 'del';
4041
import { exec } from 'child_process';
4142
```
4243

0 commit comments

Comments
 (0)