summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/package.json
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-08-19 18:36:53 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-08-19 18:37:01 +0800
commit15235e6fc3bf84bc14d56e6604e2a76cfcc07db8 (patch)
treeb72735195d7de4931b76211f3818893cf98e3784 /usecaseui-portal/package.json
parentfbd2d6628f9d639895ef45b4a100ed00cecfd342 (diff)
docs: add README.md and CHANGELOG.md
Change-Id: Ifa1c1059ab85e72e62c41529a337d7efc0ce042e Issue-ID: USECASEUI-306 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/package.json')
-rw-r--r--usecaseui-portal/package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/usecaseui-portal/package.json b/usecaseui-portal/package.json
index 701477d6..70035a3c 100644
--- a/usecaseui-portal/package.json
+++ b/usecaseui-portal/package.json
@@ -1,6 +1,6 @@
{
"name": "usecase-ui",
- "version": "0.0.0",
+ "version": "1.0.0",
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
@@ -8,7 +8,8 @@
"build": "ng build --prod --aot",
"test": "ng test",
"lint": "ng lint",
- "e2e": "ng e2e"
+ "e2e": "ng e2e",
+ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"private": true,
"dependencies": {
@@ -52,4 +53,4 @@
"tslint": "~5.9.1",
"typescript": "~2.5.3"
}
-}
+} \ No newline at end of file