fix(core): switch to @pushrocks/smartpromise

This commit is contained in:
2018-07-02 23:15:24 +02:00
parent ec3e296d73
commit 585703fc55
4 changed files with 12 additions and 4 deletions

8
package-lock.json generated
View File

@@ -28,6 +28,14 @@
"yargs": "^11.0.0"
}
},
"@pushrocks/smartpromise": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@pushrocks/smartpromise/-/smartpromise-2.0.2.tgz",
"integrity": "sha512-Rr4aLO2spAQ58TB9l3UwVs+keQu7gPXcYSO/5zLYNimEP7H237tFApX/qk80nwvHh2ATTBTgu0IcWKhHb5uVow==",
"requires": {
"util.promisify": "^1.0.0"
}
},
"@types/chai": {
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.1.4.tgz",