Merge pull request #1017 from CartoDB/remove-step-globally

Move step as development dependency
This commit is contained in:
Daniel G. Aubert 2018-08-02 16:40:49 +02:00 committed by GitHub
commit 6576fa5ca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
## 6.3.1
Released 2018-mm-dd
- Remove use of `step` module to handle asynchronous code, now it's defined as development dependency.
## 6.3.0
Released 2018-07-26

View File

@ -45,7 +45,6 @@
"redis-mpool": "0.5.0",
"request": "2.87.0",
"semver": "5.5.0",
"step": "1.0.0",
"step-profiler": "0.3.0",
"turbo-carto": "0.20.4",
"underscore": "1.6.0",
@ -59,6 +58,7 @@
"moment": "2.22.1",
"nock": "9.2.6",
"redis": "2.8.0",
"step": "1.0.0",
"strftime": "0.10.0"
},
"scripts": {