Install parse-server 3.9.0 insted of 2.2 (#6069)
The script currently writes a package.json with a dependency on parse-server version 2.2. This should probably always be automatically updated to the latest version using some CI magic.
This commit is contained in:
committed by
Antonio Davi Macedo Coelho de Castro
parent
065caabb9a
commit
24bed70dc1
@@ -163,7 +163,7 @@ cat > ./package.json << EOF
|
||||
"start": "parse-server config.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"parse-server": "^2.0.0"
|
||||
"parse-server": "^3.9.0"
|
||||
}
|
||||
}
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user