diff --git a/game/hud/src/index.scss b/game/hud/src/index.scss index 070b5e45a..f9421f7a6 100644 --- a/game/hud/src/index.scss +++ b/game/hud/src/index.scss @@ -40,7 +40,7 @@ body { // widgets @import './components/hud/BuildingOLD/index'; // external scss - @import '@csegames/camelot-unchained/lib/components/Chat/index.scss'; + @import '../node_modules/@csegames/camelot-unchained/lib/components/Chat/index.scss'; .chat-window { position: relative; overflow: hidden; diff --git a/game/hud/typings.json b/game/hud/typings.json index 7157f4b7e..adae54a7d 100644 --- a/game/hud/typings.json +++ b/game/hud/typings.json @@ -15,6 +15,6 @@ "yargs-parser": "github:cumodsquad/Typings/yargs-parser/yargs-parser.d.ts" }, "dependencies": { - "index": "github:gaearon/redux-thunk/index.d.ts" + "index": "github:reduxjs/redux-thunk/src/index.d.ts" } }