From c5a36d752fdab9a2138b73a477ef41bcd7f5e3c4 Mon Sep 17 00:00:00 2001 From: hydrant Date: Tue, 30 Jul 2019 13:00:17 +0200 Subject: [PATCH] try fix npm --- ReallifeGamemode.Client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Client/package.json b/ReallifeGamemode.Client/package.json index ff6775a2..4a9f770b 100644 --- a/ReallifeGamemode.Client/package.json +++ b/ReallifeGamemode.Client/package.json @@ -5,7 +5,7 @@ "@babel/core": "^7.5.5", "@types/node": "^11.13.18", "@types/ragemp-c": "github:CocaColaBear/types-ragemp-c#master", - "NativeUI": "git+ssh://git@github.com/sprayzcs/RageMP-NativeUI.git", + "NativeUI": "git+https://github.com/sprayzcs/RageMP-NativeUI.git", "babel-loader": "^8.0.6", "copy-webpack-plugin": "^5.0.4", "ts-loader": "^5.4.5",