Skip to content

Commit b79e1f3

Browse files
committed
Merge pull request #197 from aubm/master
Add JSPM shim
2 parents 894d466 + 8b70e71 commit b79e1f3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package.json

+13
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,18 @@
1919
"karma-coverage": "^0.5.3",
2020
"karma-jasmine": "^0.3.6",
2121
"coveralls": "^2.11.4"
22+
},
23+
"jspm": {
24+
"main": "toaster",
25+
"dependencies": {
26+
"css": "jspm:css@*"
27+
},
28+
"shim": {
29+
"toaster": {
30+
"deps": [
31+
"./toaster.css!"
32+
]
33+
}
34+
}
2235
}
2336
}

0 commit comments

Comments
 (0)