Update README versions and browser dependencies
This commit is contained in:
parent
f08137f8ba
commit
354fa22444
4 changed files with 9 additions and 10 deletions
2
LICENSE
2
LICENSE
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright 2014 Rodrigo Fernandes https://rtfpessoa.github.io/
|
Copyright 2014-2016 Rodrigo Fernandes https://rtfpessoa.github.io/
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
|
|
||||||
13
README.md
13
README.md
|
|
@ -82,7 +82,6 @@ The HTML output accepts a Javascript object with configuration. Possible options
|
||||||
<link rel="stylesheet" type="text/css" href="dist/diff2html.css">
|
<link rel="stylesheet" type="text/css" href="dist/diff2html.css">
|
||||||
|
|
||||||
<!-- Javascripts -->
|
<!-- Javascripts -->
|
||||||
<script type="text/javascript" src="dist/diff2html-templates.js"></script>
|
|
||||||
<script type="text/javascript" src="dist/diff2html.js"></script>
|
<script type="text/javascript" src="dist/diff2html.js"></script>
|
||||||
<script type="text/javascript" src="dist/diff2html-ui.js"></script>
|
<script type="text/javascript" src="dist/diff2html-ui.js"></script>
|
||||||
```
|
```
|
||||||
|
|
@ -121,12 +120,12 @@ If your favourite language is not included in the default package also add its j
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<!-- Stylesheet -->
|
<!-- Stylesheet -->
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/styles/github.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/styles/github.min.css">
|
||||||
|
|
||||||
<!-- Javascripts -->
|
<!-- Javascripts -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/highlight.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/highlight.min.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/languages/scala.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/languages/scala.min.js"></script>
|
||||||
<script type="text/javascript" src="dist/diff2html-ui.js"></script>
|
<script type="text/javascript" src="dist/diff2html-ui.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -146,7 +145,7 @@ $(document).ready(function() {
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<!-- Javascripts -->
|
<!-- Javascripts -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.js"></script>
|
||||||
<script type="text/javascript" src="dist/diff2html-ui.js"></script>
|
<script type="text/javascript" src="dist/diff2html-ui.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -168,7 +167,7 @@ I will try to review them as soon as possible.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright 2014 Rodrigo Fernandes. Released under the terms of the MIT license.
|
Copyright 2014-2016 Rodrigo Fernandes. Released under the terms of the MIT license.
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "diff2html",
|
"name": "diff2html",
|
||||||
"version": "2.0.0-beta15",
|
"version": "2.0.0-beta16",
|
||||||
"homepage": "http://rtfpessoa.github.io/diff2html/",
|
"homepage": "http://rtfpessoa.github.io/diff2html/",
|
||||||
"description": "Fast Diff to colorized HTML",
|
"description": "Fast Diff to colorized HTML",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "diff2html",
|
"name": "diff2html",
|
||||||
"version": "2.0.0-beta15",
|
"version": "2.0.0-beta16",
|
||||||
"homepage": "http://rtfpessoa.github.io/diff2html/",
|
"homepage": "http://rtfpessoa.github.io/diff2html/",
|
||||||
"description": "Fast Diff to colorized HTML",
|
"description": "Fast Diff to colorized HTML",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue