Skip to content

Commit

Permalink
Merge pull request #285 from ethereum-ts/kk/release-core
Browse files Browse the repository at this point in the history
Make new release
  • Loading branch information
krzkaczor committed Oct 5, 2020
2 parents c7c387e + 43ac6a3 commit 90101b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ We use TypeScript monorepo, each target is a separate package and has another pa

Run `yarn test:fix` before pushing, it will run eslint, prettier in fix mode and run all tests.

### Local linking

Run `yarn build` to build all packages or `yarn watch` to start watching. Then enter desired package directory and run `yarn link`.

### Debugging 馃悶

```sh
Expand Down
2 changes: 1 addition & 1 deletion packages/typechain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"smartcontract",
"blockchain"
],
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand Down

0 comments on commit 90101b9

Please sign in to comment.