Skip to content

Commit 9b165a9

Browse files
committed
remove jquery from README
1 parent df6d5bb commit 9b165a9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,12 @@ Diff to Html generates pretty HTML diffs from git diff output.
5959
> Add the dependencies.
6060
Choose one color scheme, and add the main highlight code.
6161
If your favourite language is not included in the default package also add its javascript highlight file.
62-
jQuery is optional, just using it to help managing the highlight.
6362

6463
```html
6564
<!-- Stylesheet -->
6665
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/github.min.css">
6766

6867
<!-- Javascripts -->
69-
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
7068
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js"></script>
7169
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/languages/scala.min.js"></script>
7270
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff2html",
3-
"version": "0.2.6",
3+
"version": "0.2.6-1",
44
"homepage": "http://rtfpessoa.github.io/diff2html/",
55
"description": "Fast Diff to colorized HTML",
66
"keywords": [

0 commit comments

Comments
 (0)