From 2b86e0f19bbbab50bcbe1b2e5dc4f8416c7de1f5 Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Sun, 18 Mar 2018 18:49:42 +0100
Subject: [PATCH] Improved upload API

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 68cbd5c..ea028ad 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
     "build": "npm run sass && npm run jsx"
   },
   "devDependencies": {
-    "nativejsx": "^4.3.0",
+    "nativejsx": "https://github.com/j3l11234/nativejsx/archive/4.2.0.2.tar.gz",
     "node-sass": "^4.7.2"
   }
 }
-- 
GitLab