Skip to content

Commit adbf962

Browse files
committed
Fix test after using new package
1 parent 6bf14a5 commit adbf962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/update/ghpages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ test('does not create credentials files', () => {
7272
test('contain correct uploading packages', () => {
7373
assert.jsonFileContent('package.json', {
7474
devDependencies: {
75-
'gulp-gh-pages': '^0.5.2'
75+
'gh-pages': '^0.11.0'
7676
}
7777
});
7878
});

0 commit comments

Comments
 (0)