Update dependencies and support node 6.1 (#1754)

* Update dependencies and support node 6.1

* Remove gcs-adapter, which depends on grpc, which fails to build on node 6

* Remove GCS adapter usage
This commit is contained in:
Drew
2016-05-11 05:54:23 -07:00
committed by Florent Vilmart
parent 1291f70a16
commit 10ee229e60
3 changed files with 4 additions and 15 deletions

View File

@@ -57,12 +57,10 @@
"codecov": "^1.0.1",
"cross-env": "^1.0.7",
"deep-diff": "^0.3.3",
"flow-bin": "^0.22.0",
"gaze": "^0.5.2",
"gaze": "^1.0.0",
"jasmine": "^2.3.2",
"mongodb-runner": "3.1.15",
"nodemon": "^1.8.1",
"parse-server-gcs-adapter": "^1.0.0"
"mongodb-runner": "3.2.2",
"nodemon": "^1.8.1"
},
"scripts": {
"dev": "npm run build && node bin/dev",