Skip to content

Commit

Permalink
docs(utils): add module definition
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Aug 25, 2017
1 parent b797ea2 commit 2ee9da8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/utils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Various utility methods used in AEgir.
*
* @module aegir/utils
*/
'use strict'

const path = require('path')
Expand Down

0 comments on commit 2ee9da8

Please sign in to comment.