Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 FIX: gulp 4.0 conflict with latest npm
Fixes issue #128 by replacing `"gulp": "github:gulpjs/gulp#4.0"` with `"gulp": "^4.0.0"` in package.json ![screenshot 2018-10-23 12 58 33](https://user-images.githubusercontent.com/41078035/47377493-6b2edc00-d6c3-11e8-9c6b-5a83fac3584d.png) FIX Tested by me locally on an active project. - [x] My code is tested. - [x] My code follows the WordPress code style. - [x] My code follows has extensive inline documentation like the rest of WPGulp.
- Loading branch information