Merge pull request #3 from bavery22/FixSoftLink
authorSebastien D <seb.douheret@gmail.com>
Mon, 13 Nov 2017 10:39:48 +0000 (11:39 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Nov 2017 10:39:48 +0000 (11:39 +0100)
Fix case where ~/.ssh/id_rsa.pub is a softlink

Makefile
webapp/package.json

index ed88642..222e708 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # Makefile used to build XDS daemon Web Server
 
 # Application Version
-VERSION := 0.3.2
+VERSION := 0.3.4
 
 # Syncthing version to install
 SYNCTHING_VERSION = 0.14.28
index f2e1d30..b08ce0b 100644 (file)
@@ -35,7 +35,7 @@
     "font-awesome": "^4.7.0",
     "font-awesome-animation": "0.0.10",
     "ngx-bootstrap": "1.6.6",
-    "ngx-cookie": "^1.0.0",
+    "ngx-cookie": "1.0.0",
     "reflect-metadata": "^0.1.8",
     "rxjs": "5.0.3",
     "rxjs-system-bundle": "5.0.3",