Merge pull request #198 from smajl/patch-2
Add needed global exports for sifter and microplugin
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user