Skip to content

Commit

Permalink
Fix test after using new package
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Aug 23, 2016
1 parent 6bf14a5 commit adbf962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/update/ghpages.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ test('does not create credentials files', () => {
test('contain correct uploading packages', () => {
assert.jsonFileContent('package.json', {
devDependencies: {
'gulp-gh-pages': '^0.5.2'
'gh-pages': '^0.11.0'
}
});
});
Expand Down

0 comments on commit adbf962

Please sign in to comment.