diff options
author | HampusM <hampus@hampusmat.com> | 2021-05-27 21:46:44 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-05-27 21:46:44 +0200 |
commit | bdfc5d2d092fdce8fb4149ae8acb86b63c14c642 (patch) | |
tree | 64fd18534f7f6cfb0f204065c2d40b9bf6146d85 /package.json | |
parent | df806dda764ff722742301042ab88b3d91f472c5 (diff) |
Implemented cloning in backend
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 0e206ff..e69341c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,8 @@ "nodegit": "^0.27.0", "vue": "^3.0.11", "vue-loading-overlay": "^4.0.2", - "vue-router": "^4.0.8" + "vue-router": "^4.0.8", + "whatwg-url": "^7.1.0" }, "devDependencies": { "@parcel/transformer-sass": "^2.0.0-beta.2", |