Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Update dist folder and package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbcorreia committed Jun 23, 2016
1 parent 29ca9e8 commit 9cc819d
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 50 deletions.
98 changes: 52 additions & 46 deletions dist/APIExplorer.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/APIExplorer.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<div id="root"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script>
<script src="/APIExplorer.umd.js?v=ae5ce910e189c6105bd6"></script>
<script src="/APIExplorer.umd.js?v=8449b6cfd0cba861ca7d"></script>
</body>
</html>
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-explorer",
"version": "0.2.1",
"version": "0.2.2",
"description": "API Explorer (live documentation) for Swagger",
"main": "dist/APIExplorer.umd.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,6 @@
},
"author": "Sky UK Limited",
"license": "SEE LICENSE IN LICENSE",
"private": true,
"bugs": {
"url": "https://github.com/sky-uk/api-explorer/issues"
},
Expand Down

0 comments on commit 9cc819d

Please sign in to comment.