From 3ac7352ee5e42cef3d7dbc7a9621066e28789399 Mon Sep 17 00:00:00 2001 From: Glen Date: Wed, 24 Feb 2016 20:10:11 +0200 Subject: [PATCH] Add JSPM config --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index 856bbdb1b..669fc6ae2 100644 --- a/package.json +++ b/package.json @@ -83,5 +83,13 @@ "name": "foundation", "sassDir": "scss", "needs": "^0.8.0" + }, + "jspm": { + "format": "global", + "shim": { + "dist/foundation": { + "deps": ["jquery"] + } + } } } -- 2.47.2