Skip to content

Commit

Permalink
Install parse-server 3.9.0 insted of 2.2 (#6069)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
brodo authored and davimacedo committed Sep 20, 2019
1 parent 065caab commit 24bed70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24bed70

Please sign in to comment.