Skip to content

Commit

Permalink
Fix: problematic installation issue (fixes #11018)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Sep 24, 2019
1 parent 6f11877 commit 03650d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -52,7 +52,7 @@
"eslint-scope": "^5.0.0",
"eslint-utils": "^1.4.2",
"eslint-visitor-keys": "^1.1.0",
"espree": "^6.1.1",
"espree": "github:eslint/espree#use-parser-acorn",
"esquery": "^1.0.1",
"esutils": "^2.0.2",
"file-entry-cache": "^5.0.1",
Expand Down Expand Up @@ -84,7 +84,7 @@
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"acorn": "^7.0.0",
"acorn": "^7.1.0",
"babel-loader": "^8.0.5",
"chai": "^4.0.1",
"cheerio": "^0.22.0",
Expand Down

0 comments on commit 03650d5

Please sign in to comment.