Add notie 3.2.0 override

This commit is contained in:
Seany Computer
2016-07-03 02:04:56 -04:00
parent 98a916de6c
commit 29aa1e1b29
+15
View File
@@ -0,0 +1,15 @@
{
"main": "dist/notie",
"format": "cjs",
"registry": "jspm",
"dependencies": {
"css": "*"
},
"shim": {
"dist/notie": {
"imports": [
"./notie.css!"
]
}
}
}