From c1d0ab7b3e02a1a558ea063372791ef97bf2afe9 Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Sun, 19 Feb 2017 11:31:00 -0500 Subject: [PATCH] Adds copy files to babel --- CHANGELOG.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a2be6ee5..476c63ae26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Parse Server Changelog -### 2.3.4 +### 2.3.5 [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.3...2.3.4) #### Bug Fixes diff --git a/package.json b/package.json index 5bba4ba96a..8cc891753f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "2.3.4", + "version": "2.3.5", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": { @@ -69,7 +69,7 @@ "scripts": { "dev": "npm run build && node bin/dev", "lint": "eslint --cache ./", - "build": "babel src/ -d lib/", + "build": "babel src/ -d lib/ --copy-files", "pretest": "npm run lint", "test": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 NODE_ENV=test TESTING=1 $COVERAGE_OPTION jasmine", "test:win": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 NODE_ENV=test TESTING=1 jasmine",