diff options
Diffstat (limited to 'addon-sdk/source/lib/diffpatcher/index.js')
-rw-r--r-- | addon-sdk/source/lib/diffpatcher/index.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/addon-sdk/source/lib/diffpatcher/index.js b/addon-sdk/source/lib/diffpatcher/index.js new file mode 100644 index 000000000..91ddba425 --- /dev/null +++ b/addon-sdk/source/lib/diffpatcher/index.js @@ -0,0 +1,5 @@ +"use strict"; + +exports.diff = require("./diff") +exports.patch = require("./patch") +exports.rebase = require("./rebase") |