-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v7.20.1 – Fix
docs:deploy
task (#131)
### Fixed - Added resolutions value for `gift`, as `gulp-gh-pages` was using an old version of this package which was stopping the `docs:deploy` task from running. This branch should be merged after `v7.20.0` as it has this commit rebased into it.
- Loading branch information
1 parent
a109045
commit 58ce166
Showing
3 changed files
with
2,943 additions
and
2,841 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@justeat/gulp-build-fozzie", | ||
"version": "7.20.0", | ||
"version": "7.20.1", | ||
"description": "Gulp build tasks for use across Fozzie modules", | ||
"main": "index.js", | ||
"author": "Damian Mullins <[email protected]> (http://www.damianmullins.com)", | ||
|
@@ -96,5 +96,8 @@ | |
}, | ||
"peerDependencies": { | ||
"gulp": "^3.9.1" | ||
}, | ||
"resolutions": { | ||
"gulp-gh-pages/gift": "0.10.2" | ||
} | ||
} |
Oops, something went wrong.