Skip to content

Commit 9d2059d

Browse files
committed
Use fixed @moddota/find-steam-app
1 parent 86e0c61 commit 9d2059d

File tree

3 files changed

+72
-72
lines changed

3 files changed

+72
-72
lines changed

package-lock.json

Lines changed: 68 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"dev:vscripts": "tstl --project src/vscripts/tsconfig.json --watch"
1313
},
1414
"devDependencies": {
15-
"@moddota/dota-lua-types": "^4.12.1",
16-
"@moddota/panorama-types": "^1.11.0",
17-
"find-steam-app": "^1.0.2",
15+
"@moddota/dota-lua-types": "^4.13.0",
16+
"@moddota/find-steam-app": "^1.1.0",
17+
"@moddota/panorama-types": "^1.12.0",
1818
"fs-extra": "^9.0.0",
1919
"npm-run-all": "^4.1.5",
2020
"typescript": "^4.2.3",

scripts/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { findSteamAppByName, SteamNotFoundError } = require("find-steam-app");
1+
const { findSteamAppByName, SteamNotFoundError } = require("@moddota/find-steam-app");
22
const packageJson = require("../package.json");
33

44
module.exports.getAddonName = () => {

0 commit comments

Comments
 (0)