]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update jspm package configuration 17270/head
authorJeremy Danyow <jdanyow@gmail.com>
Mon, 24 Aug 2015 11:44:30 +0000 (07:44 -0400)
committerJeremy Danyow <jdanyow@gmail.com>
Mon, 24 Aug 2015 21:34:19 +0000 (17:34 -0400)
Related to https://github.com/jspm/registry/pull/534

package.json

index eded9e2b45443fc7d2e873d33936fffe67519194..570ebe7f883ed6740bffe5a6f56436a59c92e1a1 100644 (file)
   ],
   "jspm": {
     "main": "js/bootstrap",
+    "ignore": ["dist/js/npm"],
+    "directories": {
+      "lib": "dist"
+    },
     "shim": {
       "js/bootstrap": {
-        "deps": "jquery",
+        "deps": ["jquery"],
         "exports": "$"
       }
     },
-    "files": [
-      "css",
-      "fonts",
-      "js"
-    ]
+    "dependencies": {
+      "jquery": "*"
+    }
   }
 }