diff --git a/.gitignore b/.gitignore index ca018a6..35422a0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ dist bower_components node_modules npm-debug.log -docs +docco diff --git a/package.json b/package.json index b434ae5..11dc5d6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ ], "scripts": { "build": "bower install && gulp", - "docs": "docco gulpfile.js", + "docs": "docco -o docco gulpfile.js", "jshint": "gulp jshint" }, "engines": {