Commit Graph

3 Commits

Author SHA1 Message Date
Guillaume Chau b9a714c32a feat(ui): wip plugins list 2018-03-11 19:36:23 +01:00
Wade Tandy e8aa68864c fix: fix usage with https proxy by switching from axios to request (#829)
Closes #785

Axios has a [known issue](https://github.com/axios/axios/issues/658)
that causes requests to hang when accessing an HTTPS resource via a
proxy served over HTTP.  This changes out the axios dependency for the
[request](https://github.com/request/request) library. In order to keep
`async/await` conventions easy, I also dropped in the
[request-promise-native](https://github.com/request/request-promise-native)
dependency.
2018-02-12 16:41:23 -05:00
Evan You 3df1289cd9 feat: check and show newer version on create 2018-02-02 15:25:10 -05:00