You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2022/09/12 17:16:37 UTC

[airavata-sandbox] 12/26: Updated configuration

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

smarru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-sandbox.git

commit e01a18e86ec55fd7cdbfa756e20172adafa111f0
Author: Bhavesh Asanabada <as...@gmail.com>
AuthorDate: Thu Jul 14 22:32:42 2022 +0530

    Updated configuration
---
 gsoc2022/smilesdb/smiles_dashboard/package.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gsoc2022/smilesdb/smiles_dashboard/package.json b/gsoc2022/smilesdb/smiles_dashboard/package.json
index ac582f16..4bdfdfb0 100644
--- a/gsoc2022/smilesdb/smiles_dashboard/package.json
+++ b/gsoc2022/smilesdb/smiles_dashboard/package.json
@@ -9,7 +9,8 @@
   },
   "dependencies": {
     "core-js": "^3.8.3",
-    "vue": "^3.2.13"
+    "vue": "^3.2.13",
+    "vue-router": "^4.0.13"
   },
   "devDependencies": {
     "@babel/core": "^7.12.16",