Skip to content

Commit 02505e9

Browse files
committed
move from jquery plugins site to npm.js
jQuery Plugins site is read-only now, so there's no way to update the description there.
1 parent 56136c7 commit 02505e9

File tree

2 files changed

+5
-38
lines changed

2 files changed

+5
-38
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
117117
coffeescript (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

pretty-text-diff.jquery.json

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)