Merge pull request #835 from tsop14/master

fengyuanchen/cropperjs override and mapping
This commit is contained in:
Guy Bedford
2016-04-01 10:26:31 +02:00
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,12 @@
{
"main": "dist/cropper",
"jspmNodeConversion": false,
"dependencies": {
"css": "npm:system-css"
},
"shim": {
"dist/cropper": [
"./cropper.css!"
]
}
}