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

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cguedes committed Dec 29, 2016
1 parent 82e49c6 commit a480080
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 50 deletions.
108 changes: 61 additions & 47 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.

3 changes: 2 additions & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
<title>API Explorer</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="http://diegoddox.github.io/react-redux-toastr/4.0/react-redux-toastr.min.css">
<style>body { padding: 0; margin: 0; background-color: #222 }</style>
</head>
<body>
<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=be9679951d0ca2ade12e"></script>
<script src="/APIExplorer.umd.js?v=dd45293db1be3a12e626"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apiexplorer",
"version": "0.3.0-snapshot",
"version": "0.3.0",
"description": "API Explorer (live documentation) for Swagger",
"main": "dist/APIExplorer.umd.js",
"scripts": {
Expand Down

0 comments on commit a480080

Please sign in to comment.