Skip to content

Commit

Permalink
V1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bhagyas committed Oct 24, 2018
1 parent 33a5634 commit caa6bc4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ typings/
.serverless

bin
md-gen.sh
md-gen.sh
.idea
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
{
"name": "alfresco-cli",
"version": "1.1.0",
"version": "1.1.4",
"description": "Alfresco CLI - Command line interface for Alfresco",
"main": "src/index.js",
"bin": "dist/bundle.js",
"scripts": {
"build": "webpack",
"start": "npm run build && node dist/bundle.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build && sh md-gen.sh",
"postinstall": "npm run build"
"prepublishOnly": "npm run build && sh md-gen.sh"
},
"author": "Bhagya Nirmaan Silva",
"license": "MIT",
"dependencies": {
"alfresco-js-api": "^2.6.0",
"alfresco-js-api-node": "^2.6.0",
"ascii-table": "0.0.9",
"awesome-typescript-loader": "^5.2.1",
"chalk": "^2.4.1",
"cli-progress": "^2.1.0",
"commander": "^2.19.0",
Expand All @@ -43,5 +41,10 @@
"repository": {
"type": "git",
"url": "https://github.com/bhagyas/alfresco-cli.git"
}
},
"keywords": [
"alfresco",
"loftux",
"bhagyas"
]
}

0 comments on commit caa6bc4

Please sign in to comment.