This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git

commit a5012dc6dce405ba659fbbebb284473b0f2083aa
Author: Mykola Mandra <[email protected]>
AuthorDate: Thu Sep 16 17:49:29 2021 +0100

    Remove comma in project config
    
    Signed-off-by: Mykola Mandra <[email protected]>
---
 ui-modules/blueprint-composer/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui-modules/blueprint-composer/package.json 
b/ui-modules/blueprint-composer/package.json
index 061556e..e2b34d9 100644
--- a/ui-modules/blueprint-composer/package.json
+++ b/ui-modules/blueprint-composer/package.json
@@ -30,7 +30,7 @@
     "start": "node ./config/server.js",
     "test": "karma start ./config/test/karma.config.js",
     "lint": "./node_modules/.bin/eslint app/**/*.js",
-    "e2e": "protractor ./config/test/protractor.config.js",
+    "e2e": "protractor ./config/test/protractor.config.js"
   },
   "engines": {
     "node": ">=8.0.0",

Reply via email to