Comparing version 0.2.13 to 0.2.14
@@ -97,2 +97,4 @@ #!/usr/bin/env node | ||
commentLines.push(" * @apiExample {js} ex:\ngithub." + section + "." + funcName + "({ ... });"); | ||
return commentLines.join("\n") + "\n */\n\n"; | ||
@@ -99,0 +101,0 @@ } |
{ | ||
"name": "github4", | ||
"version": "0.2.13", | ||
"version": "0.2.14", | ||
"description": "NodeJS wrapper for the GitHub API", | ||
@@ -5,0 +5,0 @@ "author": "Mike de Boer <info@mikedeboer.nl>", |
@@ -132,6 +132,4 @@ ##### NOTE: [mikedeboer/node-github](https://github.com/mikedeboer/node-github) seems to no longer be maintained so I forked it here and am working on applying PRs and issues from that repo. See progress [here](https://github.com/kaizensoze/github4/wiki/Transition-from-upstream). | ||
## Generate doc/tests | ||
## Update docs/tests | ||
Generate/update doc/tests. | ||
```bash | ||
@@ -141,3 +139,3 @@ $ node generate.js | ||
## Update apidoc | ||
Dev note for updating apidoc for github pages: | ||
@@ -144,0 +142,0 @@ ```bash |
Sorry, the diff of this file is too big to display
380043
11308
165