Skip to content

Commit 004ae31

Browse files
committed
Don't make it impossible to use the build of the package unsuported node versions
1 parent 1255967 commit 004ae31

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ First of all, thank you for contributing to MeiliSearch! The goal of this docume
2626

2727
## Development Workflow
2828

29+
### Requirements <!-- omit in TOC -->
30+
31+
To run this project, you will need:
32+
33+
- Node.js >= v12 and node < 15
34+
- Yarn
35+
2936
### Setup <!-- omit in TOC -->
3037

3138
```bash

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
"dependencies": {
1414
"docs-searchbar.js": "^1.1.11"
1515
},
16-
"engines": {
17-
"node": ">=12 <15"
18-
},
1916
"resolutions": {
2017
"yargs-parser": "^13.1.2"
2118
},

0 commit comments

Comments
 (0)