Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
updating versions and syntax to support v20 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Douglass committed Apr 1, 2019
1 parent 08d7252 commit d100296
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 141 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The official distribution package can be found at [npm](https://www.npmjs.com/pa

### NodeJS Dependency

`yarn add eosjs@edge`
`yarn add eosjs`

### Browser Distribution

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eosjs",
"version": "20.0.0-beta3",
"version": "20.0.0",
"description": "Talk to eos API",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"text-encoding": "0.7.0"
},
"devDependencies": {
"@blockone/tslint-config-blockone": "2.0.0",
"@blockone/tslint-config-blockone": "3.0.0",
"@types/jest": "24.0.6",
"@types/node": "11.9.4",
"@types/text-encoding": "0.0.35",
Expand Down
Loading

0 comments on commit d100296

Please sign in to comment.