Release 3.1.2 (#5193)

- Removes dev script
- Removes nodemon and problematic dependenceis
- addressed event-stream security debacle
This commit is contained in:
Florent Vilmart
2018-11-26 20:57:18 -05:00
committed by GitHub
parent 6cb00d513b
commit 021a12f648
4 changed files with 1373 additions and 2004 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "3.1.1",
"version": "3.1.2",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {
@@ -66,7 +66,6 @@
"jsdoc-babel": "^0.5.0",
"lint-staged": "^7.2.2",
"mongodb-runner": "4.3.2",
"nodemon": "1.18.4",
"nyc": "^12.0.2",
"prettier": "1.15.2",
"supports-color": "^5.4.0"