File tree Expand file tree Collapse file tree 2 files changed +5
-38
lines changed
Expand file tree Collapse file tree 2 files changed +5
-38
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ explains things in a bit more detail.
2727[ jsfiddle demo] ( http://jsfiddle.net/q7hyfev8/5/ )
2828
2929## Download
30- From the [ jQuery plugins site ] ( http ://plugins.jquery .com/pretty-text-diff /) .
30+ From [ npm.js ] ( https ://www.npmjs .com/package/jquery-prettytextdiff /) .
3131
3232## Usage
3333#### First, include the libraries
@@ -95,13 +95,13 @@ in the [jsfiddle demo](#demo).
9595 </tr >
9696
9797 <tr >
98- <td>originalContent</td>
98+ <td>originalContent<sup>(since v1.0.4)</sup>< /td>
9999 <td>None</td>
100100 <td>Pass the original content as a parameter in your JS file, instead of creating an element in your HTML code to extract this content.</td>
101101 </tr >
102102
103103 <tr >
104- <td>changedContent</td>
104+ <td>changedContent<sup>(since v1.0.4)</sup>< /td>
105105 <td>None</td>
106106 <td>Pass the changed content as a parameter in your JS file, instead of creating an element in your HTML code to extract this content.</td>
107107 </tr >
@@ -115,9 +115,9 @@ in the [jsfiddle demo](#demo).
115115+ ` cake build ` to produce the output JS (minified)
116116+ Increment the version in the
117117coffeescript (and compiled/minified) javascript source and the
118- jquery- json file.
118+ ` package. json` file.
119119+ ` git tag x.y.z `
120- + Push: ` git push && git push --tags `
120+ + Push: ` git push && git push --tags && npm publish `
121121
122122## Contributing
123123+ Fork this repo
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments