File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Parse Server Changelog
2
2
3
- ### 2.3.4
3
+ ### 2.3.5
4
4
[ Full Changelog] ( https://github.com/ParsePlatform/parse-server/compare/2.3.3...2.3.4 )
5
5
6
6
#### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 2.3.4 " ,
3
+ "version" : " 2.3.5 " ,
4
4
"description" : " An express module providing a Parse-compatible API server" ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : {
69
69
"scripts" : {
70
70
"dev" : " npm run build && node bin/dev" ,
71
71
"lint" : " eslint --cache ./" ,
72
- "build" : " babel src/ -d lib/" ,
72
+ "build" : " babel src/ -d lib/ --copy-files " ,
73
73
"pretest" : " npm run lint" ,
74
74
"test" : " cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 NODE_ENV=test TESTING=1 $COVERAGE_OPTION jasmine" ,
75
75
"test:win" : " cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 NODE_ENV=test TESTING=1 jasmine" ,
You can’t perform that action at this time.
0 commit comments