Merge pull request #198 from smajl/patch-2

Add needed global exports for sifter and microplugin
This commit is contained in:
Aleksandar Djindjic
2015-02-13 23:22:20 +01:00
2 changed files with 12 additions and 1 deletions
@@ -4,5 +4,11 @@
},
"main": "sifter",
"registry": "jspm",
"dependencies": {}
"dependencies": {},
"format": "global",
"shim": {
"sifter": {
"exports": "Sifter"
}
}
}
@@ -1,5 +1,10 @@
{
"directories": {
"lib": "src"
},
"shim": {
"microplugin": {
"exports": "MicroPlugin"
}
}
}