chore: rename exported files (#1127)

* chore: rename to hoppscotch-collection.json

* chore: rename to hoppscotch-environment.json
This commit is contained in:
James George
2020-08-29 13:11:49 +05:30
committed by GitHub
parent 53684d6fbb
commit 8223011c3d
2 changed files with 2 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ export default {
type: "text/json",
})
let anchor = document.createElement("a")
anchor.download = "postwoman-collection.json"
anchor.download = "hoppscotch-collection.json"
anchor.href = window.URL.createObjectURL(blob)
anchor.target = "_blank"
anchor.style.display = "none"

View File

@@ -158,7 +158,7 @@ export default {
type: "text/json",
})
let anchor = document.createElement("a")
anchor.download = "postwoman-environment.json"
anchor.download = "hoppscotch-environment.json"
anchor.href = window.URL.createObjectURL(blob)
anchor.target = "_blank"
anchor.style.display = "none"