Skip to content
This repository has been archived by the owner on Feb 19, 2018. It is now read-only.

Commit

Permalink
Add missing hypen to fix requiring a package
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Jul 8, 2016
1 parent f9fe2c5 commit 07af84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/gulp/templates/tasks/uploading.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gulp.task('upload', () => {
});
<% } -%><% if (ghpages) { -%>
const gulp = require('gulp');
const ghpages = require('gulp-ghpages');
const ghpages = require('gulp-gh-pages');

// 'gulp deploy' -- pushes your dist folder to Github
gulp.task('upload', () => {
Expand Down

0 comments on commit 07af84a

Please sign in to comment.