summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-04-25 14:25:00 +0300
committerGitHub <noreply@github.com>2020-04-25 14:25:00 +0300
commit71eee5fe1385ba479e82ec01b5a4ca0dda05cfb0 (patch)
tree5b00fd60699afeeaed559bd150154a7887e19a1e /README.md
parentb592b3368bbb355d0019457bbaaddb5048fc3434 (diff)
Bump up dependencies and release v5.2 (#17)v5.2.0
* Run npm audit fix * Bump package version to 5.2.0 * Bump mapbox-gl to 1.9.1 * Bump react-mapbox-gl to 4.8.2 * Small formatting cleanup
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e65d0c9..5968947 100644
--- a/README.md
+++ b/README.md
@@ -22,8 +22,8 @@ For some architectural notes on the deployment process go read https://yuv.al/bl
Install dependencies and run dev server:
```bash
-$ yarn install
-$ yarn start
+$ npm install
+$ npm start
```
### Deploy
@@ -42,7 +42,7 @@ $ pipenv install
#### Deploy
```bash
-$ yarn run deploycron
+$ npm run deploycron
```
#### Invoke
@@ -50,5 +50,5 @@ $ yarn run deploycron
For testing the cron task:
```bash
-$ yarn run invokecron
+$ npm run invokecron
```