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

Commit

Permalink
0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cguedes committed Nov 4, 2016
1 parent 2a88b24 commit 7bc241f
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 53 deletions.
99 changes: 50 additions & 49 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=7c033fbfea403e44b927"></script>
<script src="/APIExplorer.umd.js?v=31b52f068a1e0015a5b3"></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": "apiexplorer",
"version": "0.2.5",
"version": "0.2.6",
"description": "API Explorer (live documentation) for Swagger",
"main": "dist/APIExplorer.umd.js",
"scripts": {
Expand All @@ -21,7 +21,6 @@
"docs:build": "npm run docs:prepare && gitbook build -g sky-uk/api-explorer",
"docs:watch": "npm run docs:prepare && gitbook serve",
"docs:publish": "npm run docs:clean && npm run docs:build && cd _book && git init && git commit --allow-empty -m 'update book' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update book' && git push [email protected]:sky-uk/api-explorer gh-pages --force",

"preversion": "npm test",
"version": "npm run build && git add -A dist",
"postversion": "git push && git push --tags"
Expand Down

0 comments on commit 7bc241f

Please sign in to comment.