Skip to content

Commit

Permalink
fix: install necessary packages for grunt lint-everything to succee…
Browse files Browse the repository at this point in the history
…d on Bayes

For #366.
  • Loading branch information
liammulh committed Feb 15, 2023
1 parent d40a492 commit 30967d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
"start": "node ./scripts/js/make-public-config-file.mjs && npm run lint && npm run build --workspace=client && node src/server/app.js"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.16.0",
"winston": "^3.8.2",
"grunt": "^1.4.1"
"eslint": "^8.34.0",
"grunt": "^1.4.1",
"winston": "^3.8.2"
}
}

0 comments on commit 30967d1

Please sign in to comment.