Skip to content

Commit

Permalink
fix: explicitly depend on @babel/parser
Browse files Browse the repository at this point in the history
Since we import it directly we must depend on it directly, since without this the install may not work with some `node_modules` layouts (i.e. pnpm).
  • Loading branch information
eventualbuddha committed Nov 24, 2018
1 parent 3e28978 commit eb12f7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"dependencies": {
"@babel/core": "^7.1.6",
"@babel/generator": "^7.1.6",
"@babel/parser": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/preset-typescript": "^7.1.0",
"@babel/traverse": "^7.1.6",
Expand Down Expand Up @@ -99,4 +100,4 @@
"pre-commit": "lint-staged"
}
}
}
}

0 comments on commit eb12f7c

Please sign in to comment.