From 462010a16b6724f4be2720ec1e3003b213a0fe1b Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Sun, 11 Jun 2017 16:12:59 +0000
Subject: [PATCH] #0 fix - Fixed some versions

---
 securis/src/main/webapp/jspm.config.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/securis/src/main/webapp/jspm.config.js b/securis/src/main/webapp/jspm.config.js
index 49812b6..7fa9c6e 100644
--- a/securis/src/main/webapp/jspm.config.js
+++ b/securis/src/main/webapp/jspm.config.js
@@ -8,7 +8,7 @@
   devConfig: {
     "map": {
       "plugin-typescript": "github:frankwallis/plugin-typescript@7.0.6",
-      "typescript": "npm:typescript@2.2.2",
+      "typescript": "npm:typescript@2.3.4",
       "child_process": "npm:jspm-nodelibs-child_process@0.2.1",
       "module": "npm:jspm-nodelibs-module@0.2.1",
       "net": "npm:jspm-nodelibs-net@0.2.1"
@@ -19,7 +19,7 @@
           "source-map": "npm:source-map@0.5.6"
         }
       },
-      "npm:typescript@2.2.2": {
+      "npm:typescript@2.3.4": {
         "map": {
           "source-map-support": "npm:source-map-support@0.4.14"
         }

--
Gitblit v1.3.2