Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Feb 9, 2017
1 parent 80dcf1b commit e881561
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions bin/cli.js
@@ -1,3 +1,4 @@
#!/usr/bin/env node
'use strict'
const tool = require('command-line-tool')
const version = require('../package').version
Expand Down
9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -8,6 +8,7 @@
"bin": {
"jsdoc2md": "bin/cli.js"
},
"engines" : { "node" : ">=4.0.0" },
"license": "MIT",
"scripts": {
"test": "test-runner test/*.js",
Expand All @@ -26,11 +27,11 @@
"dependencies": {
"array-back": "^1.0.4",
"command-line-tool": "^0.7.0",
"config-master": "^3.0.0-0",
"dmd": "^3.0.0-0",
"config-master": "^3.0.0",
"dmd": "^3.0.0",
"jsdoc-api": "^3.0.0",
"jsdoc-parse": "^2.0.5",
"jsdoc2md-stats": "^1.0.6",
"jsdoc-parse": "^3.0.0",
"jsdoc2md-stats": "^2.0.0",
"walk-back": "^2.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit e881561

Please sign in to comment.