Skip to content

Commit

Permalink
Adding dependency prettyjson
Browse files Browse the repository at this point in the history
  • Loading branch information
bhagyas committed Oct 29, 2018
1 parent bf9f482 commit f8a5362
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alfresco-cli",
"version": "1.3.1",
"version": "1.3.2",
"description": "Alfresco CLI - Command line interface for Alfresco",
"main": "src/index.js",
"bin": "dist/bundle.js",
Expand Down Expand Up @@ -34,7 +34,8 @@
"ts-loader": "^5.2.2",
"ts-node": "^7.0.1",
"vorpal": "^1.12.0",
"vorpal-autocomplete-fs": "0.0.3"
"vorpal-autocomplete-fs": "0.0.3",
"prettyjson": "^1.2.1"
},
"devDependencies": {
"@types/cli-progress": "^1.8.0",
Expand Down

0 comments on commit f8a5362

Please sign in to comment.