Skip to content

Commit 24bed70

Browse files
brododavimacedo
authored andcommitted
Install parse-server 3.9.0 insted of 2.2 (parse-community#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.
1 parent 065caab commit 24bed70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ cat > ./package.json << EOF
163163
"start": "parse-server config.json"
164164
},
165165
"dependencies": {
166-
"parse-server": "^2.0.0"
166+
"parse-server": "^3.9.0"
167167
}
168168
}
169169
EOF

0 commit comments

Comments
 (0)