refactor: rename cli

This commit is contained in:
Karl-Philipp Wulfert
2019-01-17 13:29:23 +01:00
parent 48c34d9e1f
commit 98d58fa472
2 changed files with 1 additions and 1 deletions

View File

@@ -56,6 +56,6 @@
"main": "lib/common.js",
"typings": "lib/common.d.ts",
"bin": {
"openstapps-projectmanagement": "lib/projectmanagement.cli.js"
"openstapps-projectmanagement": "lib/cli.js"
}
}