Skip to content

Commit e63b6ae

Browse files
committed
Don't make it impossible to use the build of the package unsuported node versions
1 parent 89d53a5 commit e63b6ae

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ First of all, thank you for contributing to MeiliSearch! The goal of this docume
3030

3131
To run this project, you will need:
3232

33-
- Node.js >= v12 (use [nvm](https://github.com/creationix/nvm#install-script)) if you need to change your node version)
33+
- Node.js >= v12 and node < 15
3434
- Yarn
3535

3636
### Install <!-- omit in TOC -->

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
"test": "./scripts/test",
2424
"test:watch": "./scripts/test-watch"
2525
},
26-
"engines": {
27-
"node": ">=12 <15"
28-
},
2926
"files": [
3027
"dist/"
3128
],

0 commit comments

Comments
 (0)