Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
npm update / mongo fix / small fixes (#3413)
* npm update and test if nodejs 9.x (currently 9.7.1) also works * explicit node version in .travis.yml * add webpack-cli * UglifyJsPlugin is deprecated in webpack 4. It's used as --optimize-minimize as default * improve Readme * update some more * fix typo in .travis.yml and remove node 9.7.1 because Travis does not seem to support it * upgrade simple-statistics. Use standardDeviation instead of standard_deviation. Other functions are not changed. try node 9 on travis * downgrade async to 1.5.2 to see if that makes the test work again * downgrade async module and fix tests * npm update * update npm in package.json * restore RMS in glucosedistribution * remove unused total use SI units (L instead of l, min instead of m) * improve mongo * apply fix suggested by Paul Andrel @stavlor, see https://gitter.im/nightscout/public?at=5ab542f135dd17022e92891a * npm update * fix mongodb, remove ancient npm versions. azure has 5.7 j * revert to simple-stats 0.7.0 * add bundle-dev option to package.json * fix distribution test * upgrade nvm version for travis to latest nvm. once node 8 and node 9 ship with npm > 5.6.0 we should remove this. see npm/npm#17858 for details
- Loading branch information