Richard van der Hoff
a06bd84213
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-12 18:05:08 +01:00
..
2017-05-29 17:39:03 +01:00
2017-06-08 09:44:58 +01:00
2017-07-12 18:05:08 +01:00
2017-05-30 15:09:57 +01:00
2017-05-25 11:39:08 +01:00
2017-07-07 18:34:40 +01:00
2017-06-08 09:44:58 +01:00
2017-05-30 15:09:57 +01:00
2017-05-25 18:20:48 +01:00
2017-06-08 12:33:29 +01:00
2017-06-05 17:58:11 +01:00
2017-06-02 10:47:08 +01:00
2017-06-08 14:58:54 +01:00
2017-06-19 13:17:12 +01:00
2017-07-12 18:05:08 +01:00
2017-05-25 11:39:08 +01:00
2017-06-08 12:33:29 +01:00