diff --git a/description.ext b/description.ext index 3fe77fb3..4ca349a4 100644 --- a/description.ext +++ b/description.ext @@ -9,7 +9,7 @@ #include "node_modules\grad-fortifications\grad_fortifications.hpp" #include "node_modules\grad-customGear\saveDialog\dialog.hpp" -#include "node_modules\grad_replay\ui\dialog.hpp" +#include "node_modules\grad-replay\ui\dialog.hpp" class CfgFunctions { #include "grad_carryBoat\cfgFunctions.hpp" @@ -23,7 +23,7 @@ class CfgFunctions { #include "grad_roadtrash\cfgFunctions.hpp" #include "grad_emptycars\cfgFunctions.hpp" #include "BC_objectives\cfgFunctions.hpp" - #include "node_modules\grad_replay\cfgFunctions.hpp" + #include "node_modules\grad-replay\cfgFunctions.hpp" #include "node_modules\grad-customGear\cfgFunctions.hpp" }; diff --git a/package-lock.json b/package-lock.json index 78cc18dd..d443c13d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,8 @@ "requires": true, "dependencies": { "grad-customGear": { - "version": "https://registry.npmjs.org/grad-customGear/-/grad-customGear-2.0.0.tgz", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/grad-customGear/-/grad-customGear-2.0.0.tgz", "integrity": "sha1-QIfJESRZ4RWGVR6BVedqv8Qnfew=" }, "grad-fortifications": { @@ -18,9 +19,6 @@ "resolved": "https://registry.npmjs.org/grad-loadout/-/grad-loadout-4.7.1.tgz", "integrity": "sha512-eVMRs+6lNI7YRVa7FqyzQFEG/IUb+7BpNUqsz3aaWLka7J2xG85WiQLwR7PuUVZVZbgsWwtFerkbQCq1SXtkBw==" }, - "grad_replay": { - "version": "github:gruppe-adler/grad_replay#b301b0d91aa994acaede0faad4c2360cbf792500" - }, "shk_pos": { "version": "github:gruppe-adler/shk_pos#65c30a1e4d08ecd23cb85b0b96c7410d7c66415d" } diff --git a/package.json b/package.json index 2a1d759c..d5e26137 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "grad-customGear": "^2.0.0", "grad-fortifications": "^0.3.6", "grad-loadout": "^4.7.1", - "grad_replay": "github:gruppe-adler/grad_replay#master", + "grad-replay": "github:gruppe-adler/grad-replay#master", "shk_pos": "github:gruppe-adler/shk_pos#master" } }