Commit 218f1603204b131749d8497d50b0c6b616a52e83

Golmote 2018-04-06T09:01:08

Update JSPM config to also include unminified components. Close #995

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/package.json b/package.json
index 53d1555..29aa116 100755
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
     "jspmPackage": true,
     "format": "global",
     "files": [
-      "components/**/*.min.js",
+      "components/**/*.js",
       "plugins/**/*",
       "themes/*.css",
       "prism.js"