Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed Jan 23, 2017
1 parent c188fda commit 5df893d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# apiDoc Changelog

#### 0.17.4

* Parser
* Fix missing chars in root folder.
* Replace removed fs-extra.walkSync with klaw-sync.


#### 0.17.3

* Template
* Fix missing lodash dependency.


#### 0.17.2

* Template
* Fix hidden optional field.

#### 0.17.1

* Template
* Fix missing type in template.
* Add check for empty header/footer nav points.


#### 0.17.0

Add new [@apiDeprecated](http://apidocjs.com/#param-api-deprecated) annotation.
Expand Down
6 changes: 6 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Thanks to all people that help to make apiDoc better!

* [Alisina Bahadori](https://github.com/alisinabh)
* Fix missing chars in root folder. [55](https://github.com/apidoc/apidoc-core/pull/56)

* [alqu](https://github.com/alqu)
* Fix missing lodash dependency [581](https://github.com/apidoc/apidoc/pull/581)

* [strabek](https://github.com/strabek)
* Navigation filter added. [562](https://github.com/apidoc/apidoc/pull/562)

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apidoc",
"version": "0.17.3",
"version": "0.17.4",
"description": "RESTful web API Documentation Generator",
"author": "Peter Rottmann <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -34,12 +34,12 @@
"node": ">= 0.10.0"
},
"dependencies": {
"apidoc-core": "~0.8.0",
"fs-extra": "~1.0.0",
"apidoc-core": "~0.8.1",
"fs-extra": "~2.0.0",
"lodash": "~4.17.4",
"markdown-it": "^8.2.2",
"nomnom": "~1.8.1",
"winston": "~2.3.0"
"winston": "~2.3.1"
},
"devDependencies": {
"apidoc-example": "*",
Expand Down

0 comments on commit 5df893d

Please sign in to comment.