Skip to content

Commit

Permalink
fixing a typescript defect
Browse files Browse the repository at this point in the history
  • Loading branch information
prettydiff committed Sep 2, 2019
1 parent b781795 commit 0d5b434
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions documentation.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
rel="meta"
title="ICRA labels"
type="application/rdf+xml"/>
<link href="css/index.css?1566185835572" media="all" rel="stylesheet" type="text/css"/>
<link href="css/index.css?1567466257926" media="all" rel="stylesheet" type="text/css"/>
<link rel="apple-touch-icon" sizes="57x57" href="favicon/apple-icon-57x57.png"/>
<link rel="apple-touch-icon" sizes="60x60" href="favicon/apple-icon-60x60.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="favicon/apple-icon-72x72.png"/>
Expand Down Expand Up @@ -73,7 +73,7 @@
</svg>
<a href="/">Pretty Diff</a>
- Documentation</h1>
<p class="doc-version"><span>Version - <strong>101.2.5</strong></span> <span><a href="https://sparser.io">Sparser</a> - <strong>1.2.0</strong></span></p>
<p class="doc-version"><span>Version - <strong>101.2.6</strong></span> <span><a href="https://sparser.io">Sparser</a> - <strong>1.2.0</strong></span></p>
<p id="dcolorScheme">
<label class="label" for="option-color">Color Scheme</label>
<select id="option-color">
Expand Down Expand Up @@ -486,6 +486,6 @@
</div>
</section>
</div>
<script src="js/webtool.js?1566185835572" type="application/javascript"></script>
<script src="js/webtool.js?1567466257926" type="application/javascript"></script>
</body>
</html>
6 changes: 3 additions & 3 deletions index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="https://prettydiff.com/labels.rdf" rel="meta" title="ICRA labels"
type="application/rdf+xml"/>
<link href="humans.txt" rel="author" type="text/plain"/>
<link href="css/index.css?1566185835572" media="all" rel="stylesheet" type="text/css"/>
<link href="css/index.css?1567466257926" media="all" rel="stylesheet" type="text/css"/>
<link rel="apple-touch-icon" sizes="57x57" href="favicon/apple-icon-57x57.png"/>
<link rel="apple-touch-icon" sizes="60x60" href="favicon/apple-icon-60x60.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="favicon/apple-icon-72x72.png"/>
Expand Down Expand Up @@ -104,7 +104,7 @@
</p>
<div class="metainfo">
<p id="announcement" role="alert"></p>
<p id="update">Latest Commit:<!-- start version data --><strong>14 Aug 2019</strong> <span>Version: <strong>101.2.5</strong></span> <span><a href="https://sparser.io">Sparser</a>: <strong>1.4.11</strong></span>
<p id="update">Latest Commit:<!-- start version data --><strong>18 Aug 2019</strong> <span>Version: <strong>101.2.6</strong></span> <span><a href="https://sparser.io">Sparser</a>: <strong>1.4.12</strong></span>
<!-- end version data -->
</p>
</div>
Expand Down Expand Up @@ -371,6 +371,6 @@
</div-->
</div>
<script src="node_modules/ace-builds/src-min-noconflict/ace.js" type="application/javascript"></script>
<script src="js/webtool.js?1566185835572" type="application/javascript"></script>
<script src="js/webtool.js?1567466257926" type="application/javascript"></script>
</body>
</html>
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"start": "node js/services build",
"test": "node js/services test"
},
"version": "101.2.5"
"version": "101.2.6"
}
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Pretty Diff
A language aware diff, beautification, and minification tool.

* Version - 101.2.5
* [Sparser](https://sparser.io) - 1.4.11
* Version - 101.2.6
* [Sparser](https://sparser.io) - 1.4.12

## Try it out - https://prettydiff.com/

Expand Down

0 comments on commit 0d5b434

Please sign in to comment.