We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98cdad4 commit 04dfde8Copy full SHA for 04dfde8
.gitignore
@@ -5,4 +5,5 @@ node_modules
5
npm-debug.log
6
.idea/
7
dist/
8
-coverage
+coverage
9
+.DS_Store
CONTRIBUTING.md
@@ -32,7 +32,7 @@ Contributions via pull requests are much appreciated. Before sending us a pull r
32
33
### Setup steps
34
Ensure that you have the following installed :
35
-- NodeJS (preferably 12.x version)
+- NodeJS (preferably 16.x version)
36
- npm
37
- typescript
38
- git
0 commit comments