Skip to content

Commit

Permalink
update to jsdoc 3.5.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
krampstudio committed Oct 2, 2017
1 parent d3c3d27 commit 29ccb56
Show file tree
Hide file tree
Showing 4 changed files with 4,007 additions and 10 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language : node_js
node_js :
- "0.10"
- "0.12"
- "4.1"
- "4.2.0"
- "8.5.0"
before_script :
- ( node --version | grep 4.1 && npm update -g npm ) || true
- npm --version

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ Every contribution is more than welcomed. You can:
To be sure the issue comes from the Grunt plugin, you can check by comparing the results with a jsdoc command. Run the task with the `--debug` flag to retrieve the jsdoc command to run.

## Release History
* _2.2.0_ jsdoc 3.5.0
* _2.1.0_ use `cross-spawn` instead of `cross-spawn-async`, add `generating` and `generated` grunt events
* _2.0.0_ `private` behavior, `cross-spawn-async` instead of manual windows management
* _1.1.0_ update to jsdoc 3.4.0 and make dest optional if a config file is set.
Expand Down
Loading

0 comments on commit 29ccb56

Please sign in to comment.