Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Add hazardous and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Niquolas committed Mar 25, 2020
1 parent 77a0ec1 commit b609f2c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "Doki Doki Mod Manager",
"description": "Mod Manager for Doki Doki Literature Club",
"author": "u/zuudo",
"version": "3.2.7",
"version": "3.2.8",
"homepage": "https://doki.space",
"license": "MIT",
"main": "lib/main/index.js",
Expand All @@ -27,6 +27,7 @@
"file-url": "^3.0.0",
"fs-extra": "^8.0.1",
"fuse.js": "^3.4.5",
"hazardous": "^0.3.0",
"request": "^2.88.0",
"semver": "^6.2.0",
"vue": "^2.6.10"
Expand Down
4 changes: 3 additions & 1 deletion src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import {autoUpdater} from "electron-updater";
import * as Sentry from "@sentry/electron";
import * as semver from "semver";

require("hazardous");

// Check if running from Windows Store
const isAppx: boolean = (process.execPath.indexOf("WindowsApps") !== -1);

Expand Down Expand Up @@ -669,4 +671,4 @@ app.on("ready", () => {
Config.saveConfigValue("installFolder", Config.readConfigValue("installFolder"));
}
});
// endregion
// endregion
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,11 @@ cacheable-request@^6.0.0:
normalize-url "^3.1.0"
responselike "^1.0.2"

callsite@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/callsite/-/callsite-1.0.0.tgz#280398e5d664bd74038b6f0905153e6e8af1bc20"
integrity sha1-KAOY5dZkvXQDi28JBRU+borxvCA=

camelcase-keys@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7"
Expand Down Expand Up @@ -1366,6 +1371,13 @@ has@^1.0.1, has@^1.0.3:
dependencies:
function-bind "^1.1.1"

hazardous@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/hazardous/-/hazardous-0.3.0.tgz#f72212ef349039de7f5b7a86589de7662a870222"
integrity sha512-VLSlBMoLTnfScKBJTycufZ2OHLO06eS3Q0mxNdHJ+egd1QLqeLitxDeGeUuoIgOqSPer+uqZCxiv43a1EVmwdg==
dependencies:
callsite "^1.0.0"

[email protected]:
version "1.2.0"
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
Expand Down

0 comments on commit b609f2c

Please sign in to comment.