Merge pull request #933 from sgwatgit/master

Add notie 3.2.0 override
This commit is contained in:
Guy Bedford
2016-07-04 18:27:57 +02:00
committed by GitHub
+15
View File
@@ -0,0 +1,15 @@
{
"main": "dist/notie",
"format": "cjs",
"registry": "jspm",
"dependencies": {
"css": "*"
},
"shim": {
"dist/notie": {
"imports": [
"./notie.css!"
]
}
}
}