Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dryRun): return operation #1

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40,980 changes: 8,864 additions & 32,116 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/taquito/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The `@taquito/taquito` package contains higher level functionality that builds u

```html
<script src="https://unpkg.com/@taquito/[email protected]/dist/taquito.min.js"
crossorigin="anonymous" integrity="sha384-T2CSYFrYpk0zhxYx2G3ckfXfVGSuB9o0upykrkabpX09IAqxGO2/Pe0rNFdBJBbH"></script>
crossorigin="anonymous" integrity="sha384-hL7Kr1c9K/wOcZNUkEkxnrkh3BRkf4R9O6ry7m1Fb6Aj5FAAoVstFXaiIuPNvrl/"></script>
```

## API Documentation
Expand Down
Loading