From 36f95137d5018c8042b8aecdfb6578860314bc31 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Thu, 08 Jun 2017 08:58:46 +0000
Subject: [PATCH] #0 config - Updated covalent and angular versions to 1.0-b4 and 4.1.3
---
securis/src/main/webapp/jspm.browser.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/securis/src/main/webapp/jspm.browser.js b/securis/src/main/webapp/jspm.browser.js
index 3b9e882..e791283 100644
--- a/securis/src/main/webapp/jspm.browser.js
+++ b/securis/src/main/webapp/jspm.browser.js
@@ -1,6 +1,6 @@
SystemJS.config({
- "paths": {
- "github:": "jspm_packages/github/",
- "npm:": "jspm_packages/npm/"
+ paths: {
+ "github:": "jspm_packages/github/",
+ "npm:": "jspm_packages/npm/"
}
});
--
Gitblit v1.3.2