Skip to content

Commit 804cbc4

Browse files
committed
docs, deps
1 parent 9d2bf90 commit 804cbc4

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ const jsdocParse = require('jsdoc-parse')
3333

3434
- jsdocData <code>Array.&lt;object&gt;</code> - jsdoc output
3535
- [options] <code>object</code>
36-
- [.private] <code>boolean</code> - Include identifier documentation marked as `@private` in the output
3736
- [.sort-by] <code>string</code> | <code>Array.&lt;string&gt;</code> - Sort by one of more properties, e.g. `[ 'kind', 'category' ]`. Defaults to `[ 'scope', 'category', 'kind', 'order' ]`.
3837

3938

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"array-back": "^1.0.3",
2626
"core-js": "^2.4.1",
2727
"feature-detect-es6": "^1.3.1",
28-
"lodash.omit": "^4.4.0",
28+
"lodash.omit": "^4.4.1",
2929
"lodash.pick": "^4.3.0",
3030
"reduce-extract": "^1.0.0",
3131
"sort-array": "^1.1.1",
3232
"test-value": "^2.0.0"
3333
},
3434
"devDependencies": {
35-
"babel-preset-es2015": "^6.9.0",
36-
"test-runner": "~0.1.4"
35+
"babel-preset-es2015": "^6.13.2",
36+
"test-runner": "~0.1.10"
3737
},
3838
"standard": {
3939
"ignore": [

0 commit comments

Comments
 (0)