Skip to content

Commit 411daf4

Browse files
authored
Release 2.3.5
1 parent 7a3c9cd commit 411daf4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Parse Server Changelog
22

3-
### 2.3.4
3+
### 2.3.5
44
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.3...2.3.4)
55

66
#### Bug Fixes

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "2.3.4",
3+
"version": "2.3.5",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {
@@ -69,7 +69,7 @@
6969
"scripts": {
7070
"dev": "npm run build && node bin/dev",
7171
"lint": "eslint --cache ./",
72-
"build": "babel src/ -d lib/",
72+
"build": "babel src/ -d lib/ --copy-files",
7373
"pretest": "npm run lint",
7474
"test": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 NODE_ENV=test TESTING=1 $COVERAGE_OPTION jasmine",
7575
"test:win": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 NODE_ENV=test TESTING=1 jasmine",

0 commit comments

Comments
 (0)