diff options
author | Kumar, Amaresh (ak583p) <ak583p@us.att.com> | 2018-03-06 20:51:53 +0530 |
---|---|---|
committer | Randa Maher <rx196w@att.com> | 2018-03-06 21:52:00 +0000 |
commit | 284bfa066d7f7614651b22cba97e6a6697a97180 (patch) | |
tree | 0d8baff18e7b70ba75429910c0c27c18d8569cb5 | |
parent | 6d80221760f2ebe69a63d82ea3f585a45018fd19 (diff) |
Upgraded version file in package.json
increased verion no in package json
Issue-ID: APPC-694
Change-Id: I0af99ea46345a9e8192733bc23778320616674b7
Signed-off-by: Kumar, Amaresh (ak583p) <ak583p@us.att.com>
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index f6d7965..5602ed2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appc_self_service_tool", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "ng": "ng", @@ -12,7 +12,7 @@ "devBuild": "ng build", "dev3Build": "ng b --env=dev3 --aot=false", "dev4Build": "ng build --env=dev4 --aot=false" - }, + }, "private": true, "dependencies": { "@angular/animations": "^4.0.0", @@ -37,7 +37,6 @@ "file-saver": "^1.3.3", "font-awesome": "^4.7.0", "jquery": "^3.2.1", - "karma-remap-istanbul": "^0.6.0", "mdbootstrap": "^4.3.3", "ng2-ace-editor": "0.1.9", "ng2-bootstrap-modal": "1.0.1", @@ -64,6 +63,7 @@ "jasmine-spec-reporter": "~4.1.0", "karma": "~1.7.0", "karma-chrome-launcher": "~2.1.1", + "karma-remap-istanbul": "^0.6.0", "karma-cli": "~1.0.1", "karma-coverage-istanbul-reporter": "^1.2.1", "karma-firefox-launcher": "^1.1.0", |