diff --git a/README.md b/README.md index 9a96b48c7..6aa23306f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ### Local - Install dependencies: `npm install` -- Start Postgres, Redis, stripe-mock, and IPFS daemon +- Start Postgres, Redis, stripe-mock - Setup Environments: `cp .env.example .env` - Run all migrations: `npm run db:migrate` - Populate all seeds data if needed: `npm run db:seed` @@ -56,4 +56,4 @@ AWS resources that we need to put in the same VPC - Cache - Queue - IPFS cluster EC2 instances -- Lambda \ No newline at end of file +- Lambda diff --git a/package-lock.json b/package-lock.json index ea381465e..5062d0ec1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "matters-server", - "version": "5.21.6", + "version": "5.21.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "matters-server", - "version": "5.21.6", + "version": "5.21.7", "license": "Apache-2.0", "dependencies": { "@alchemy/aa-accounts": "^3.19.0",