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

A bower wrapper for the google-diff-match-patch Javascript library with npm support

License

Notifications You must be signed in to change notification settings

anx-ckreuzberger/google-diff-match-patch

 
 

Repository files navigation

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

About

A bower wrapper for the google-diff-match-patch Javascript library with npm support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%