Skip to content

Commit

Permalink
version bump; update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebrabbani committed Jul 25, 2021
1 parent 65f412a commit e76d611
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Forta Agent CLI
# Forta Agent SDK and CLI

## Installation

To install locally, run `npm install`, `npm run build` and then `npm run publish:local` (which just runs `npm link`). This will create a symlink to the local `dist` folder. You should only need to symlink once, and then any changes you make to the `dist` folder should be in effect

## Commands

After installing, you should have the `forta-agent` tool available. To see the possible commands, run `forta-agent help`. You can also see options for specific commands (e.g. `forta-agent test help`)
See the developer documentation at [docs.forta.network](https://docs.forta.network)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forta-agent",
"version": "0.0.1",
"version": "0.0.2",
"description": "Forta Agent SDK and CLI tool",
"main": "dist/sdk/index.js",
"types": "dist/sdk/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion starter-project/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"bignumber.js": "^9.0.1",
"forta-agent": "0.0.1"
"forta-agent": "^0.0.2"
},
"devDependencies": {
"jest": "^27.0.6",
Expand Down
2 changes: 1 addition & 1 deletion starter-project/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"bignumber.js": "^9.0.1",
"forta-agent": "0.0.1"
"forta-agent": "^0.0.2"
},
"devDependencies": {
"@types/jest": "^26.0.23",
Expand Down

0 comments on commit e76d611

Please sign in to comment.