Skip to content

Commit

Permalink
fix: updated command
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 13, 2018
1 parent ed59617 commit 6517639
Show file tree
Hide file tree
Showing 2 changed files with 635 additions and 35 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
"@oclif/command": "^1.2.20",
"@oclif/command": "^1.2.23",
"chalk": "^2.3.1",
"indent-string": "^3.2.0",
"lodash.template": "^4.4.0",
Expand All @@ -14,13 +14,13 @@
"wrap-ansi": "^3.0.1"
},
"devDependencies": {
"@oclif/config": "^1.3.45",
"@oclif/dev-cli": "^0.3.13",
"@oclif/config": "^1.3.48",
"@oclif/dev-cli": "^1.0.0",
"@oclif/errors": "^1.0.1",
"@oclif/plugin-legacy": "^0.1.7",
"@oclif/plugin-plugins": "^0.2.17",
"@oclif/test": "^0.10.16",
"@oclif/tslint": "^0.2.7",
"@oclif/plugin-legacy": "^1.0.0",
"@oclif/plugin-plugins": "^1.0.0",
"@oclif/test": "^1.0.0",
"@oclif/tslint": "^1.0.1",
"@types/chai": "^4.1.2",
"@types/indent-string": "^3.0.0",
"@types/lodash.template": "^4.4.3",
Expand All @@ -30,10 +30,11 @@
"@types/wrap-ansi": "^2.0.14",
"chai": "^4.1.2",
"concurrently": "^3.5.1",
"globby": "^7.1.1",
"globby": "^8.0.0",
"mocha": "^5.0.0",
"strip-ansi": "^4.0.0",
"ts-node": "^4.1.0",
"tslint": "^5.9.1",
"typescript": "^2.7.1"
},
"engines": {
Expand Down
Loading

0 comments on commit 6517639

Please sign in to comment.