Skip to content

Commit

Permalink
Upgrade from neutrino 8.0.18 to 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
armenzg committed Jul 9, 2018
1 parent e3bded5 commit ca75173
Show file tree
Hide file tree
Showing 4 changed files with 1,258 additions and 1,626 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { Neutrino } = require('neutrino');

module.exports = Neutrino()
module.exports = Neutrino({ root: __dirname })
.use('.neutrinorc.js')
.call('eslintrc');
5 changes: 5 additions & 0 deletions .neutrinorc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ module.exports = {
[
'@neutrinojs/node',
{
// https://github.com/mozilla-neutrino/neutrino-dev/issues/984#issuecomment-402799699
// fast-sync is giving trouble but we don't need it
polyfills: {
async: false,
},
html: {
title: 'Firefox health backend'
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
"then-redis": "^2.0.1"
},
"devDependencies": {
"@neutrinojs/airbnb-base": "^8.0.18",
"@neutrinojs/mocha": "^8.0.18",
"@neutrinojs/node": "^8.0.18",
"@neutrinojs/airbnb-base": "^8.3.0",
"@neutrinojs/mocha": "^8.3.0",
"@neutrinojs/node": "^8.3.0",
"coveralls": "^3.0.0",
"husky": "^0.14.3",
"lint-staged": "^7.0.5",
"mocha-lcov-reporter": "^1.3.0",
"neutrino": "^8.0.18",
"neutrino": "^8.3.0",
"npm-run-all": "^4.1.3",
"nyc": "^11.1.0",
"source-map-support": "^0.5.3",
Expand Down

0 comments on commit ca75173

Please sign in to comment.