Fix googlediff@0.1.0.json

This commit is contained in:
Mattias Rydengren
2015-10-27 23:56:58 +01:00
parent aebf28ed97
commit 4d91dde0fa
+8 -1
View File
@@ -1,4 +1,11 @@
{
"format": "global",
"main": "javascript/diff_match_patch_uncompressed.js"
"files": [
"javascript/diff_match_patch_uncompressed.js"
],
"shim": {
"javascript/diff_match_patch_uncompressed": {
"exports": "diff_match_patch"
}
}
}