Richard van der Hoff
10decf95f6
replace imports of q with bluebird
update `package.json`
```
find src test -name '*.js' |
xargs perl -i -pe 'if (/require\(.[qQ].\)/) { $_ = "import Promise from '\''bluebird'\'';\n"; }'
find src test -name '*.js' |
xargs perl -i -pe 'if (/import [qQ] /) { $_ = "import Promise from '\''bluebird'\'';\n"; }'
```
2017-07-13 00:48:31 +01:00
..
2017-07-13 00:48:31 +01:00
2017-05-26 14:02:03 +01:00
2017-01-23 14:22:54 +00:00
2016-04-13 18:44:41 +01:00
2017-05-26 14:02:03 +01:00
2017-07-13 00:48:31 +01:00