Skip to content

Commit

Permalink
🚀 FIX: gulp dependencies in package.json (#129)
Browse files Browse the repository at this point in the history
## Description
Fixed issue #128 by replacing "gulp": "github:gulpjs/gulp#4.0" with "gulp": "^4.0.0" in package.json

## Screenshots:
![screenshot 2018-10-23 12 58 33](https://user-images.githubusercontent.com/41078035/47377493-6b2edc00-d6c3-11e8-9c6b-5a83fac3584d.png)

## Types of changes
FIX

## How Has This Been Tested?
Tested by me locally on an active project.

## Checklist:
- [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 Ahmad Awais ⚡️ committed Oct 24, 2018
1 parent 63627a6 commit 48e16ba
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 48e16ba

Please sign in to comment.