Skip to content

Commit ffbd21f

Browse files
authored
Merge pull request #7 from documentationjs/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 596c23a + b8452b5 commit ffbd21f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# documentation-theme-utils
22

3+
[![Greenkeeper badge](https://badges.greenkeeper.io/documentationjs/documentation-theme-utils.svg)](https://greenkeeper.io/)
4+
35
[![Circle CI](https://circleci.com/gh/documentationjs/documentation-theme-utils/tree/master.svg?style=svg)](https://circleci.com/gh/documentationjs/documentation-theme-utils/tree/master)
46
[![Coverage Status](https://coveralls.io/repos/documentationjs/documentation-theme-utils/badge.svg?branch=master&service=github)](https://coveralls.io/github/documentationjs/documentation-theme-utils?branch=master)
57

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"author": "Tom MacWright",
1818
"license": "ISC",
1919
"dependencies": {
20-
"doctrine": "^1.2.0",
20+
"doctrine": "^2.0.0",
2121
"globals-docs": "^2.2.0",
2222
"unist-builder": "^1.0.0"
2323
},
2424
"devDependencies": {
2525
"documentation": "4.0.0-beta4",
26-
"jsdoctest": "1.6.0",
27-
"mocha": "2.5.3",
28-
"remark": "^4.1.2",
29-
"tap": "^5.7.0"
26+
"jsdoctest": "1.7.0",
27+
"mocha": "3.2.0",
28+
"remark": "^7.0.0",
29+
"tap": "^10.3.2"
3030
}
3131
}

0 commit comments

Comments
 (0)