Skip to content

Commit 0bb364f

Browse files
Merge branch 'dev' into talha/feedback-fixes
2 parents 4f66c06 + 7fadfe7 commit 0bb364f

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
REACT_APP_VERSION=$npm_package_version

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,5 @@ dist
105105

106106
# TernJS port file
107107
.tern-port
108+
109+
!.env

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
The installation is as follows:
8383

84-
First, there is a pre-requisite to use [`npm`](https://www.npmjs.com/) version 14.20.0 exactly. One can do this by installing the [`nvm`](https://github.com/nvm-sh/nvm) utility and then doing
84+
First, there is a pre-requisite to use [`node`](https://www.npmjs.com/) version 14.20.0 exactly. One can do this by installing the [`nvm`](https://github.com/nvm-sh/nvm) utility and then doing
8585

8686
```
8787
nvm install 14.20.0

0 commit comments

Comments
 (0)