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

Remove dist directory #326

Merged
merged 2 commits into from
Mar 29, 2021
Merged
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
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
dist/
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ tests/cucumber/features/
tests/cucumber/browser/build
tests/browser/bundle.*

# Builds
dist/

# Caches
.eslintcache
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,14 @@ Running examples requires access to a running node. Follow the instructions in A

### Building

To build a new version of the library for browsers, run:
To build a new version of the library, run:

```bash
npm run build
```

> The `dist` directory has been removed from version control in releases after v1.8.1. Browser bundles for previous versions can be found by going to that version's tag and looking in the `dist` folder.

### Testing

We have two test suites: mocha tests in this repo, and the Algorand SDK test suite from https://github.com/algorand/algorand-sdk-testing.
Expand Down
3 changes: 0 additions & 3 deletions dist/algosdk.min.js

This file was deleted.

44 changes: 0 additions & 44 deletions dist/algosdk.min.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion dist/algosdk.min.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions dist/index.d.ts

This file was deleted.

52 changes: 0 additions & 52 deletions dist/src/encoding/address.d.ts

This file was deleted.

30 changes: 0 additions & 30 deletions dist/src/encoding/encoding.d.ts

This file was deleted.

27 changes: 0 additions & 27 deletions dist/src/encoding/uint64.d.ts

This file was deleted.

128 changes: 0 additions & 128 deletions dist/src/main.d.ts

This file was deleted.

Loading