Skip to content

Commit

Permalink
Merge pull request #175 from antialias/master
Browse files Browse the repository at this point in the history
Removed unnecessary path require
  • Loading branch information
tschaub committed Jul 3, 2017
2 parents 2ecea47 + c6299a5 commit 2bcad0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion readme.md
Expand Up @@ -14,7 +14,6 @@ This module requires Git `>=1.9`.

```js
var ghpages = require('gh-pages');
var path = require('path');

ghpages.publish('dist', function(err) {});
```
Expand Down

0 comments on commit 2bcad0c

Please sign in to comment.