Skip to content

Commit

Permalink
Merge 05cc440 into 5d5eaee
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymoussprocket committed Jul 22, 2020
2 parents 5d5eaee + 05cc440 commit f814a65
Show file tree
Hide file tree
Showing 22 changed files with 875 additions and 334 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ TBD

```html
<script src="https://cdn.jsdelivr.net/gh/cryptonomic/conseiljs/dist-web/conseiljs.min.js"
integrity="sha384-CDpCW4rM4qw7oEyOr5wSQNqnPmQw9vtCoqWyKSDIys50jRONU+j+uxk/aEy0QzRJ"
integrity="sha384-mllZxQ+Ere67uVRYEjvM4xgiXKfiLzzpLdGD2J4N24fNWpQBVRt17Wvf324/5E0K"
crossorigin="anonymous"></script>
```

Expand Down
2 changes: 1 addition & 1 deletion dist-web/conseiljs.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ We have a complete [React application example](https://github.com/Cryptonomic/Co

```html
<script src="https://cdn.jsdelivr.net/gh/cryptonomic/conseiljs/dist-web/conseiljs.min.js"
integrity="sha384-CDpCW4rM4qw7oEyOr5wSQNqnPmQw9vtCoqWyKSDIys50jRONU+j+uxk/aEy0QzRJ"
integrity="sha384-mllZxQ+Ere67uVRYEjvM4xgiXKfiLzzpLdGD2J4N24fNWpQBVRt17Wvf324/5E0K"
crossorigin="anonymous"></script>
```

Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conseiljs",
"version": "5.0.2-beta.3",
"version": "5.0.3-beta.3",
"description": "Client-side library for dApp development.",
"browser": "dist/index-web.js",
"main": "dist/index.js",
Expand Down Expand Up @@ -85,7 +85,7 @@
"awesome-typescript-loader": "5.2.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"conseiljs-softsigner": "5.0.2-beta.3",
"conseiljs-softsigner": "5.0.3-beta.0",
"copyfiles": "2.3.0",
"coveralls": "3.1.0",
"eslint": "7.2.0",
Expand Down

0 comments on commit f814a65

Please sign in to comment.