Skip to content

Commit 0adab77

Browse files
committed
upgrade deps
1 parent de6a3f7 commit 0adab77

6 files changed

Lines changed: 11 additions & 7 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
tmp
22
out
3+
node_modules
4+
npm-debug.log

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: node_js
22
node_js:
3+
- 9
4+
- 8
35
- 7
46
- 6
57
- 5

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-16 Lloyd Brookes <75pound@gmail.com>
3+
Copyright (c) 2014-18 Lloyd Brookes <75pound@gmail.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ $ jsdoc2md --json <files>
2424

2525
* * *
2626

27-
&copy; 2014-16 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown).
27+
&copy; 2014-18 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown).

jsdoc2md/README.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ $ jsdoc2md --json <files>
2424

2525
* * *
2626

27-
&copy; 2014-16 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown).
27+
&copy; 2014-18 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown).

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"docs": "jsdoc2md -t jsdoc2md/README.hbs -p list lib/jsdoc-parse.js > README.md; echo"
2222
},
2323
"dependencies": {
24-
"array-back": "^1.0.4",
24+
"array-back": "^2.0.0",
2525
"lodash.omit": "^4.5.0",
2626
"lodash.pick": "^4.4.0",
2727
"reduce-extract": "^1.0.0",
28-
"sort-array": "^1.1.1",
29-
"test-value": "^2.1.0"
28+
"sort-array": "^2.0.0",
29+
"test-value": "^3.0.0"
3030
},
3131
"devDependencies": {
32-
"test-runner": "~0.3.0"
32+
"test-runner": "~0.4.1"
3333
},
3434
"standard": {
3535
"ignore": [

0 commit comments

Comments
 (0)