docs -> docco

This commit is contained in:
Austin Pray
2015-01-19 15:25:27 -06:00
parent c6a0f6eab9
commit 37f8a2646f
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -4,4 +4,4 @@ dist
bower_components
node_modules
npm-debug.log
docs
docco

View File

@@ -18,7 +18,7 @@
],
"scripts": {
"build": "bower install && gulp",
"docs": "docco gulpfile.js",
"docs": "docco -o docco gulpfile.js",
"jshint": "gulp jshint"
},
"engines": {