Merge pull request #635 from mrydengren/master

Fix googlediff@0.1.0.json
This commit is contained in:
Guy Bedford
2015-10-28 12:07:07 +02:00
+6 -1
View File
@@ -1,4 +1,9 @@
{
"format": "global",
"main": "javascript/diff_match_patch_uncompressed.js"
"main": "javascript/diff_match_patch_uncompressed.js",
"shim": {
"javascript/diff_match_patch_uncompressed": {
"exports": "diff_match_patch"
}
}
}