Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.11 KB

google-diff-match-patch NPM and Bower Wrapper (unofficial mirror)

A bower and npm package for the google-diff-match-patch Javascript library.

Note: This wrapper-package is provided as-is and without any warranties.

Usage with NPM

npm install anx-ckreuzberger/google-diff-match-patch

In your HTML site include:

    <script src="node_modules/google-diff-match-patch/diff_match_patch_uncompressed.js"></script>

Usage with Bower

bower install anx-ckreuzberger/google-diff-match-patch

In your HTML site include:

    <script src="bower_components/google-diff-match-patch/diff_match_patch.js"></script>

Copyright

This library was written by Google and its original source code is hosted at http://code.google.com/p/google-diff-match-patch/.

The bower package was provided by https://github.com/friedolinfoerder/google-diff-match-patch.

License

Apache 2.0 License, see LICENSE