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 add publish script.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbcorreia committed Aug 18, 2016
1 parent 35006d9 commit 3eed8af
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 49 deletions.
94 changes: 47 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.

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=8449b6cfd0cba861ca7d"></script>
<script src="/APIExplorer.umd.js?v=715277fafb90c411d81c"></script>
</body>
</html>
4 changes: 4 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#! /bin/bash

npm run build
npm publish

0 comments on commit 3eed8af

Please sign in to comment.