Skip to content

Commit

Permalink
fix: lock version of eslint to address bug runnng on Udacity server.
Browse files Browse the repository at this point in the history
Version 8.9.0 on Udacity workspace fails during npm start. See eslint/eslint#12493
  • Loading branch information
dbbrandt committed Nov 6, 2019
1 parent c3af485 commit 5a2c007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"eslint": "6.5.1",
"@bit/bondz.react-epic-spinners.atom-spinner": "^0.3.0",
"bit-bin": "^14.4.3",
"prettier": "^1.18.2",
Expand Down

0 comments on commit 5a2c007

Please sign in to comment.