]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add JSPM config 8233/head
authorGlen <glen.84@gmail.com>
Wed, 24 Feb 2016 18:10:11 +0000 (20:10 +0200)
committerGlen <glen.84@gmail.com>
Wed, 24 Feb 2016 18:10:11 +0000 (20:10 +0200)
package.json

index 856bbdb1b0d0b0c40c6f9f35e13f43f27a144916..669fc6ae2380d6aac12076e674c01f9e24620549 100644 (file)
     "name": "foundation",
     "sassDir": "scss",
     "needs": "^0.8.0"
+  },
+  "jspm": {
+    "format": "global",
+    "shim": {
+      "dist/foundation": {
+        "deps": ["jquery"]
+      }
+    }
   }
 }