Skip to content

Commit

Permalink
🐛 FIX: gulp 4.0 conflict with latest npm
Browse files Browse the repository at this point in the history
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
KevinHuddy authored and ahmadawais committed Oct 24, 2018
1 parent 552194d commit c86998f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"browser-sync": "^2.11.1",
"eslint": "^5.5.0",
"eslint-config-wordpress": "^2.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.0.2",
Expand Down

0 comments on commit c86998f

Please sign in to comment.